new building and docs
fix the problem of not updating the content in real time.
fix editor plugin is loading and set content will throw error. add execCommand on to editor event, fix issue #2.
fix vue-tinymce can't set content after init.
The tinymce default setting is removed.
Vue element change to 'div'.
Have new example: add emotion to context and format html.
support v-model, and fix input bug.
更新文档并将语言改为中文,并且移除脚手架设置的提供,初次化编辑器的过程不再使用tinymce.init()
。
- 修复赋空字符给
content
属性时编辑器没有清空数据的问题 #12 - 增加赋空值(
null
)给content
将重置编辑器内容及状态的特性 package.json
移除umd
文件入口
修复再次赋值至content时无法更新到编辑器 #27