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