修改代码

This commit is contained in:
zyy 2019-07-22 13:40:14 +08:00
parent 70599404bd
commit fc75783d94

View File

@ -88,7 +88,7 @@ export default {
resizeHandler() {
this.$nextTick(() => {
this.jmap.resize({width: this._clientWidth, height: this._clientHeight});
})
});
},
selected(e) {
// console.log('selected', e, this.jmap);