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

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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