WangEditor在Vue前端的应用

1、在Vue项目中安装WangEditor
对于Vue2:
npm install @wangeditor/editor-for-vue --save
或者 yarn add @wangeditor/editor-for-vue
对于Vue3:
npm install @wangeditor/editor-for-vue@next --save
或者 yarn add @wangeditor/editor-for-vue@next
2、将WangEditor封装成组件WangEditor.vue

 
  

3、调用组件




4、运行效果
WangEditor在Vue前端的应用_第1张图片

你可能感兴趣的:(Vue,Web,前端,vue.js,WangEditor)