typo
This commit is contained in:
parent
60e9acba76
commit
1981467ba3
@ -110,6 +110,6 @@ export default {
|
|||||||
unmounted(el, binding, vn) {
|
unmounted(el, binding, vn) {
|
||||||
const self = el._tooltipDirective_;
|
const self = el._tooltipDirective_;
|
||||||
window.clearInterval(self.checkTimer);
|
window.clearInterval(self.checkTimer);
|
||||||
self._close();
|
self.close();
|
||||||
},
|
},
|
||||||
} as Directive;
|
} as Directive;
|
||||||
|
Loading…
Reference in New Issue
Block a user