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