vue-html5-editor
vue-html5-editor copied to clipboard
An html5 wysiwyg editor for vue
**Problem**: The .toolbar has z-index:1001, while the whole editor has z-index:1000. When activating fullscreen on an instance, the .toolbar of the small editor will overlap the fullscreen text. **Solution** set...
请问有没有切换源代码的功能?? 可以手动修改编辑内容的html
刚配置好,但是toolbar显示不出来
你好,上传图片后,我从浏览器Newwork看到name="[object Object]"; filename="001.jpg",后台提示{"status":1,"data":"\"type\" field is not found."},这个是什么情况啊
由于设计的需求,需要将默认的一些图标给换了,请问该怎么做?
Is it possible to use v-model to pass content instead of relying on `:content` and `@update` ? It seems more natural/readable
@PeakTai 麻烦看下这个如何解决,谢谢 ### 代码 ```JavaScript const color_editor = new VueHtml5Editor({ showModuleName: true, language: "zh-cn", // 自定义语言 i18n: { "zh-cn": { "color" : '色彩', "undo" : '恢复' } }, visibleModules: [...