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