huangxiaoqiang
2026-03-10 d20a0bf191b78b59d18af198b7816a273e1cc283
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid