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