vue-html5-editor
vue-html5-editor copied to clipboard
An html5 wysiwyg editor for vue
Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.

引入方式 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 ``` 结果提示如标题。请问这是什么原因?
不显示icon
如图
Hello
其实挺好用的 就是和其他人的富文本编辑 用法不一样 特别不习惯