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