647556386
2026-01-13 3386c4e2a11ed345986a0b4af28e4a8630f84b41
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid