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