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