This commit is contained in:
Čarodej
2022-01-13 17:32:33 +01:00
parent e77e0cda03
commit 7b3bd1135c
31 changed files with 94 additions and 70 deletions
+2 -2
View File
@@ -229,8 +229,8 @@
.catch(() => this.$isSomethingWrong())
})
},
beforeDestroy() {
destroyed() {
events.$off('action:confirmed')
}
},
}
</script>