Commit 1ef3fec4 authored by 沈良进's avatar 沈良进

save

parent 6665015f
...@@ -608,14 +608,14 @@ ...@@ -608,14 +608,14 @@
} }
} }
}, },
watch: { // watch: {
editValue: { // editValue: {
handler: function (val, oldVal) { // handler: function (val, oldVal) {
this.quillValue = val // this.quillValue = val
}, // },
deep: true // deep: true
}, // },
}, // },
methods: { methods: {
onEditorChange({ onEditorChange({
editor, editor,
......
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