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