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