wanshenmean
2026-03-30 f1f9549a8393ce67f01dbb560ecec3e375564739
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid