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