yanjinhui
2026-03-14 24fd3e64d49d386bed242cdbfbf91fc875a7425e
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid