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