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
},
quill: null,
watch(value) {
this.renderValue(value);
watch: {
value(newValue) {
this.renderValue(newValue);
}
},
mounted() {
this.quill = new Quill(this.$refs.editorElement, {