Merge branch '2.0' of https://github.com/iview/iview into 2.0

This commit is contained in:
梁灏 2018-01-15 18:12:13 +08:00
commit b31dd8facd

View file

@ -61,8 +61,10 @@
if (this.popper) {
this.resetTransformOrigin(this.popper);
setTimeout(() => {
if (this.popper) {
this.popper.destroy();
this.popper = null;
}
}, 300);
}
},