huangxiaoqiang
2025-07-20 4b43452bbdcae2dadc4543d0a4c836c2b89440fd
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid