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