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