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