This commit is contained in:
ThatOneCalculator 2023-01-12 22:17:18 -08:00
parent 60e9acba76
commit 1981467ba3
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -110,6 +110,6 @@ export default {
unmounted(el, binding, vn) {
const self = el._tooltipDirective_;
window.clearInterval(self.checkTimer);
self._close();
self.close();
},
} as Directive;