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