美文网首页
vue中使用wangeditor编辑器

vue中使用wangeditor编辑器

作者: 雨后晴阳 | 来源:发表于2019-03-07 10:46 被阅读0次

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