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