diff --git a/src/components/editor/Editor.vue b/src/components/editor/Editor.vue index 1854c70d4..2f35e74f6 100644 --- a/src/components/editor/Editor.vue +++ b/src/components/editor/Editor.vue @@ -64,7 +64,7 @@ export default { this.renderValue(newValue); } }, - mounted() { + mounted() { this.quill = new Quill(this.$refs.editorElement, { modules: { toolbar: this.$refs.toolbarElement