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