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