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