Zmiana wyglądu listy pociągów

This commit is contained in:
2022-01-27 15:01:25 +01:00
parent 76ab722974
commit 2489e680cf
9 changed files with 201 additions and 134 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ const i18n = createI18n({
})
const clickOutsideDirective: Directive = {
beforeMount(el, binding) {
mounted(el, binding) {
el.clickOutsideEvent = (event: Event) => {
if (!(el == event.target || el.contains(event.target))) {