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