Skip to content

Commit

Permalink
fix: tooltip not hide in keep-alive
Browse files Browse the repository at this point in the history
  • Loading branch information
tangjinzhou committed Nov 28, 2019
1 parent 273b2f5 commit 16ec40a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/vc-trigger/Trigger.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@ export default {
};
});
},

deactivated() {
this.setPopupVisible(false);
},
mounted() {
this.$nextTick(() => {
this.renderComponent(null);
Expand Down

0 comments on commit 16ec40a

Please sign in to comment.