vue中使用wangEditor富文本编辑器
程序员文章站
2024-03-20 10:33:06
...
第一步:导入依赖
npm install wangeditor --save
第二步:vue中配置使用
import Editor from 'wangeditor'
this.editor = new Editor('#editor')
this.editor.customConfig.uploadImgShowBase64 = true
this.editor.customConfig.showLinkImg = false
this.editor.create()
番外:测试代码图片
上一篇: Oracle——ORA-01000错误,游标的问题
下一篇: PHP HTML DOM 操作
推荐阅读