quill 设置 初始值...

时间:2018-05-29 13:50:12   收藏:0   阅读:1453

 

1down voteaccepted

For your first issue change this:

text.value = JSON.stringify(quill.root.innerHTML);

to This:

text.value = quill.root.innerHTML;

And will be work correct

原文:https://www.cnblogs.com/whm-blog/p/9104565.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!