fix: rename parameter names deprecated in vue3

Signed-off-by: grnd-alt <github@belakkaf.net>
This commit is contained in:
grnd-alt
2025-04-15 13:52:47 +02:00
parent b59b2edb37
commit 30e74a7919
11 changed files with 168 additions and 62 deletions

View File

@@ -72,7 +72,7 @@ export default {
mounted() {
subscribe('deck:card:show-move-dialog', this.openModal)
},
destroyed() {
unmounted() {
unsubscribe('deck:card:show-move-dialog', this.openModal)
},
methods: {