This commit is contained in:
2021-07-17 20:19:55 +02:00
parent 528dce57f7
commit 7df8b62aaa
4 changed files with 57 additions and 29 deletions
-1
View File
@@ -20,7 +20,6 @@ const i18n = createI18n({
const clickOutsideDirective: Directive = {
beforeMount(el, binding) {
console.log("before mount");
el.clickOutsideEvent = (event: Event) => {
if (!(el == event.target || el.contains(event.target))) {