qinchulong
2025-03-01 de9b341ccc98d554f0c324478acab26d7d3cdafd
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid