fix: tooltip not hide in keep-alive

pull/1483/head
tanjinzhou 2019-11-28 17:32:27 +08:00
parent 273b2f505d
commit 16ec40a012
1 changed files with 3 additions and 1 deletions

View File

@ -115,7 +115,9 @@ export default {
};
});
},
deactivated() {
this.setPopupVisible(false);
},
mounted() {
this.$nextTick(() => {
this.renderComponent(null);