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