# editor-ui
**Repository Path**: bi_cel/editor-ui
## Basic Information
- **Project Name**: editor-ui
- **Description**: No description available
- **Primary Language**: JavaScript
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-12-29
- **Last Updated**: 2024-12-29
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
### editor-ui
**vue 集成 tinymce 富文本编辑器**
怎么集成参考: https://segmentfault.com/a/1190000012791569
自定义 tinymce 富文本编辑器,
在原来的编辑器中增加上传 word 模板
最终展示效果:

**主要代码:**
index.vue
**整体思路:**
1,在编辑器原来的基础上增加上传模板按钮
2, 前端上传 word 模板
3, 服务端接收将 word 转换为html 返回前端
4, 前端拿到服务端返回的值,将其放到富文本编辑器中
4.1, 在 data 的中定义个 customEditor 变量,值可以为空
4.2, 填充值的方式: 拿到服务端上传成功之后的返回参数,将其填充到