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