migrate beforeDestroy to beforeUnmount

This commit is contained in:
Philipp Kühn
2021-08-25 18:36:11 +02:00
parent 8a5a491d8e
commit e0016c40e9
76 changed files with 76 additions and 76 deletions

View File

@@ -132,7 +132,7 @@ export default {
},
},
beforeDestroy() {
beforeUnmount() {
this.title.destroy()
this.tasks.destroy()
this.description.destroy()