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