Skip to content

Commit 16ec40a

Browse files
committed
fix: tooltip not hide in keep-alive
1 parent 273b2f5 commit 16ec40a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: components/vc-trigger/Trigger.jsx

+3-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,9 @@ export default {
115115
};
116116
});
117117
},
118-
118+
deactivated() {
119+
this.setPopupVisible(false);
120+
},
119121
mounted() {
120122
this.$nextTick(() => {
121123
this.renderComponent(null);

0 commit comments

Comments
 (0)