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

Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.

![img_3428](https://cloud.githubusercontent.com/assets/11935278/26141842/5e507278-3b10-11e7-9349-7572470f6a15.PNG)

引入方式 import VueHtml5Editor from 'vue-html5-editor'; Vue.use(VueHtml5Editor) 组件使用方式 vue-html5-editor :content="content" :height="500" 报错信息 [Vue warn]: You are using the runtime-only build of Vue where the template compiler is not available. Either pre-compile...

你这个编辑器做的非常漂亮,如果支持监听剪切板上传就非常完美了仁兄。

在main.js中已经引入为全局组件: ```JS import VueHtml5Editor from 'vue-html5-editor' Vue.use(VueHtml5Editor, { showModuleName: true }); ``` 在.vue中加入: ```html ``` 结果提示如标题。请问这是什么原因?

其实挺好用的 就是和其他人的富文本编辑 用法不一样 特别不习惯