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