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

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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