This commit is contained in:
ThatOneCalculator 2023-01-12 22:17:18 -08:00
parent ce948d1beb
commit 437099751d

View File

@ -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;