vue-html5-editor icon indicating copy to clipboard operation
vue-html5-editor copied to clipboard

An html5 wysiwyg editor for vue

Results 100 vue-html5-editor issues
Sort by recently updated
recently updated
newest added

如题,在nuxt中使用上传图片,该部分的 upload.status的值没有发生变化。

下载源码npm install 后 npm run build 报错 ERROR in ./editor.vue Module not found: Error: Cannot resolve 'file' or 'directory' ../node_modules/[email protected]@vue-loader/lib/style-rewriter.js in D:\study\vue\vue-html5-editor-0.5.1/src @ ./editor.vue 3:0-132

------WebKitFormBoundaryvauQ2cBknODjgUca Content-Disposition: form-data; name="[object Object]"; filename="blob" Content-Type: image/jpeg ------WebKitFormBoundaryvauQ2cBknODjgUca-- 没有发现带文件名的数据 是配置有问题吗 image: { upload: { url: '/persion/uploadImage' }, uploadHandler(responseText){ var json = JSON.parse(responseText) if(json.errorNo >= 0){ alert('成功') }else{ alert(json.message) }...

![image](https://user-images.githubusercontent.com/1990059/39110518-fedffcfe-4703-11e8-963f-1dfa48d61518.png)

![wechatimg6](https://user-images.githubusercontent.com/20153584/38984420-34a195e0-43f9-11e8-9677-1cd835fc95a3.jpeg)

Insert prop imageDrop to enable or disable content image

export default { align: 'alinhar', image: 'imagem', list: 'lista', link: 'link', unlink: 'desvincular', table: 'tabela', font: 'fonte', 'full screen': 'tela cheia', text: 'text', eraser: 'remover formatação', info: 'info', color: 'cor',...

新建保存没有问题,当我设置一个编辑按钮,出现模态框,然后富文本插件显示,但是没有显示我之前提交的富文本的内容,这个怎么处理呀

鼠标粘贴的内容无法被 keyup 事件监听,改用 input 事件可兼容包括键盘输入、鼠标粘贴情况下 content 内容的变化。