Fixed editor error

pull/12/head
mertsincan 2019-05-03 12:15:55 +03:00
parent 9b3fc56628
commit ed612397f6
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ export default {
this.renderValue(newValue); this.renderValue(newValue);
} }
}, },
mounted() { mounted() {
this.quill = new Quill(this.$refs.editorElement, { this.quill = new Quill(this.$refs.editorElement, {
modules: { modules: {
toolbar: this.$refs.toolbarElement toolbar: this.$refs.toolbarElement