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