vue中使用wangeditor编辑器

1.下载wangeditor包     npm install wangeditor -S

2.写dom结构

3.引用wangeditor

import Efrom 'wangeditor'

4.定义方法   上传图片设置

vue中使用wangeditor编辑器_第1张图片

5.mounted中引用

this.initEditor()//调用富文本编辑器

你可能感兴趣的:(vue中使用wangeditor编辑器)