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