Try fixing ckeditor component

parent dc6bd30c
......@@ -46,7 +46,11 @@
},
watch: {
value (val) {
this.instance.setData(val, null, true);
//console.log(this.value, this.instance);
this.instance.setData(this.value)
// let html = this.instance.getData();
// if (val !== html) {
// }
}
},
mounted () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment