pan
2025-11-15 4476740c214edb7ab667c48fcab00488fbdd9879
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid