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() this.editor.destroy()
}, },
} }

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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