vue结合element-ui和quill富文本编辑器实现上传视频和封面
1
笔管ImageResize模块 Quill富文本编辑器的模块,允许调整图像大小。 另请参阅 ,该模块可为Quill启用复制粘贴和拖放功能。 演示版 用法 Webpack / ES6 import Quill from 'quill' ; import { ImageResize } from 'quill-image-resize-module' ; Quill . register ( 'modules/imageResize' , ImageResize ) ; const quill = new Quill ( editor , { // ... modules : { // ... imageResize : { // See optional "config" below } }
2021-11-18 17:31:07 35KB JavaScript
1