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

@@ -54,7 +54,7 @@ export default {
})
},
beforeDestroy() {
beforeUnmount() {
this.editor.destroy()
},
}