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