fix: tooltip not hide in keep-alive
parent
273b2f505d
commit
16ec40a012
|
@ -115,7 +115,9 @@ export default {
|
|||
};
|
||||
});
|
||||
},
|
||||
|
||||
deactivated() {
|
||||
this.setPopupVisible(false);
|
||||
},
|
||||
mounted() {
|
||||
this.$nextTick(() => {
|
||||
this.renderComponent(null);
|
||||
|
|
Loading…
Reference in New Issue