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