# UEditor
**Repository Path**: mjronline/ueditor
## Basic Information
- **Project Name**: UEditor
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-09-26
- **Last Updated**: 2025-08-21
## Categories & Tags
**Categories**: Uncategorized
**Tags**: 前端
## README
# UEditor 文件配置
```
- 但图片上传 修改位置 domUtils.on(input, 'change', function(24330)
- 图片剪裁功能 修改位置 all.min.js ---attachTo(17077)
```
## 插件安装
```
"vue-ueditor-wrap": "^2.4.1",
```
## 一、创建QuillEditor.vue组件, 添加UEditor参数配置项
```vue
```