vue-quill-editor
vue-quill-editor copied to clipboard
content内的span标签消失了
BUG REPORT TEMPLATE
this.content = <p><strong><span class="keyt">Click on the Image Below to resize!</span></strong></p><br><p><strong>Or drag/paste an image here.</strong></p>
Vue.js version and component version
vue 2.2.2
Steps to reproduce
created回调里面赋值content
What is Expected?
高亮关键字
What is actually happening?
span加了keyt是用来高亮搜索关键字的,但加上去后渲染出来span标签就消失了
遇到相同问题,有解决办法吗
BUG REPORT TEMPLATE
this.content = <p>\<strong\><span class="keyt">Click on the Image Below to resize!</span>\</strong\></p><br><p>\<strong\>Or drag/paste an image here.\</strong\></p>
Vue.js version and component version
vue 2.2.2
Steps to reproduce
created回调里面赋值content
What is Expected?
高亮关键字
What is actually happening?
span加了keyt是用来高亮搜索关键字的,但加上去后渲染出来span标签就消失了
遇到了相同的问题,这个有解决方案吗?