fix: rename parameter names deprecated in vue3
Signed-off-by: grnd-alt <github@belakkaf.net>
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user