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