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