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