simple right text editor
npm install vuejs-editor源码参考:
> Vue-editor component based on wangeditor2.5.11 wrapper
> wangEditor docs:https://www.kancloud.cn/wangfupeng/wangeditor2/113961
> https://github.com/yimogit/yimo-vue-editor#readme
npm install vuejs-editor --save
````
export default {
components: {
vuejsEditor
}
data: {
editConfig:
}
}