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