### neditor使用:
1、引入资源
1.1 在static\neditor
1.2 在根目录下index.html下
```
```
2、自定义components,在src下新建Neditor/index.vue,具体见src\components\Neditor\index.vue
3、使用
3.1、引入自定义components:
`import Neditor from '@/components/Neditor'`
3.2、注册:
```
components: {
Neditor,
......
},
```
3.3
```
```
3.4
4.
提交时,需要获取富文本里的内容:
`this.form.org_introduction = this.$refs.neditor.content;`