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