在vue项目中使用wangEditor
1,vue中安装wangEditor使用的npm安装 npm install wangeditor --save2,创建公用组件在components中创建wangEditor文件夹,文件里面新建index.vue组件index.vue内容为<template> <div ref="editor"></div></template><script&a