1.下载wangeditor包 npm install wangeditor -S
2.写dom结构
<div id="editor" class="editor" v-model="contentForm.introduceMsg"></div>
3.引用wangeditor
import Efrom 'wangeditor'
4.定义方法 上传图片设置
5.mounted中引用
this.initEditor()//调用富文本编辑器
1.下载wangeditor包 npm install wangeditor -S
2.写dom结构
<div id="editor" class="editor" v-model="contentForm.introduceMsg"></div>
3.引用wangeditor
import Efrom 'wangeditor'
4.定义方法 上传图片设置
5.mounted中引用
this.initEditor()//调用富文本编辑器
本文标题:vue中使用wangeditor编辑器
本文链接:https://www.haomeiwen.com/subject/qucxpqtx.html
网友评论