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

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

View File

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

View File

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

View File

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

View File

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

View File

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