1. quill-editor和el-upload添加使用
2. 在editorOption中添加handle检测富文本框中的图片被点击,并启动el-upload
3. 在el-upload中添加进程检测,并对图片大小进行限制
4. 上传成功处理,并对鼠标位置进行定位
5. 上传失败的回调
6. npm run dev
1. quill-editor和el-upload添加使用
2. 在editorOption中添加handle检测富文本框中的图片被点击,并启动el-upload
3. 在el-upload中添加进程检测,并对图片大小进行限制
4. 上传成功处理,并对鼠标位置进行定位
5. 上传失败的回调
6. npm run dev