vue-quill-editor icon indicating copy to clipboard operation
vue-quill-editor copied to clipboard

content内的span标签消失了

Open sowee121 opened this issue 6 years ago • 2 comments

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标签就消失了

sowee121 avatar Dec 24 '18 02:12 sowee121

遇到相同问题,有解决办法吗

wanghansong avatar May 14 '20 13:05 wanghansong

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标签就消失了

遇到了相同的问题,这个有解决方案吗?

greeny2018 avatar May 30 '22 08:05 greeny2018