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