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