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