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