Fixed editor error
parent
9b3fc56628
commit
ed612397f6
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue