具体步骤如下
1. Install mavon-editor (安装)
1 | npm install mavon-editor --save |
2. Use (如何引入)
- 全局注册
main.js
1 | // 全局注册 |
index.html
1 | <div id="main"> |
- 组件内注册
1 | <template> |
3. 图片上传
1 | <template> |
````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````