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