debug: 2.0.2版本编辑器API修改
This commit is contained in:
parent
41d5eb5297
commit
e131da3db0
|
@ -176,7 +176,7 @@ export default {
|
|||
if (val !== this.currentValue) {
|
||||
this.currentValue = val === null ? "" : val;
|
||||
if (this.Quill) {
|
||||
this.Quill.pasteHTML(this.currentValue);
|
||||
this.Quill.clipboard.dangerouslyPasteHTML(this.currentValue);
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user