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