wangxinhui
2025-11-26 0ba7ff589ffff7c166d0f985771165c7b11c1241
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid