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