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