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