ruoyi-ui/src/components/Editor/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ruoyi-ui/src/components/Editor/index.vue
@@ -71,9 +71,9 @@ value: { handler(val) { if (val !== this.currentValue) { this.currentValue = val; this.currentValue = val === null ? "" : val; if (this.Quill) { this.Quill.pasteHTML(this.value); this.Quill.pasteHTML(this.currentValue); } } },