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