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