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