落后仙人掌

文章
5
资源
1
加入时间
2年10月21天

Vue中使用wangeditor

这款富文本还行,使用起来比较简单首先安装npm包npm install wangeditor -S然后在需要的组件中使用<div class="editor" id="editor" ref="editor"></div>设置 editor 的css.editor{ width: 100%; height: 700px; margi...