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

Hi please add fa-IR translation.

When content is changed by right clicking inside the editor and selecting `paste`, the `@change` event doesn't trigger. It seems the only way to trigger `@change` event is to press...

Vue版本:2.1.8 vue-html5-editor版本:1.1.1 ![image](https://user-images.githubusercontent.com/3860334/27424058-5fd0b640-5766-11e7-9c17-bb5d453c14a9.png)

filename="blob" 上传部分图片的filename变成blob了

目前已知原因是 上传图片的 input 的 accept 属性值为 image/png,image/jpeg,image/gif,image/jpg 而并非 image/* 导致的 希望能修复并增加相应的提示