diff --git a/src/components/Tinymce/index.vue b/src/components/Tinymce/index.vue index cb6b91c7..8c6ca3b8 100644 --- a/src/components/Tinymce/index.vue +++ b/src/components/Tinymce/index.vue @@ -98,7 +98,7 @@ export default { deactivated() { this.destroyTinymce() }, - destroyed() { + beforeDestroy() { this.destroyTinymce() }, methods: {