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