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