wanshenmean
3 天以前 5e851678cc02257bbbd179446de36082430ca5bc
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid