雷神教育集团
2026-03-05 6785e0dd785b9f5f3a80b55b179e48d8f0b5e3ef
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid