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