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