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