Fixed watch syntax

pull/12/head
cagataycivici 2018-12-31 18:44:05 +03:00
parent 15f4aeb4b8
commit 88d655edb6
1 changed files with 4 additions and 2 deletions

View File

@ -59,8 +59,10 @@ export default {
editorStyle: null editorStyle: null
}, },
quill: null, quill: null,
watch(value) { watch: {
this.renderValue(value); value(newValue) {
this.renderValue(newValue);
}
}, },
mounted() { mounted() {
this.quill = new Quill(this.$refs.editorElement, { this.quill = new Quill(this.$refs.editorElement, {