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