[bugfix] Popop: fix DOM destroy when use getContainer (#1665)

This commit is contained in:
packy 2018-08-23 13:44:43 +08:00 committed by neverland
parent 539145d661
commit 7d8fff70af

View File

@ -83,6 +83,10 @@ export default {
beforeDestroy() {
this.close();
if (this.getContainer) {
this.$parent.$el.appendChild(this.$el);
}
},
deactivated() {