1
yangpeixing
2026-01-19 c6f6be2d942214580e61c2647c846d7e11e06f48
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid