dengjunjie
2025-01-10 7fac5342ba360584d730b04f88a09265a7d7ca1d
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid