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