lpreterite / vue-tinymce

提供给 vue 开发者使用的 TinyMCE 组件
http://lpreterite.github.io/vue-tinymce/
MIT License
182 stars 31 forks source link

表格没有选中高亮的效果,和官网不一样? #45

Closed G-WangZH closed 2 years ago

G-WangZH commented 3 years ago

实际效果: image

预期效果: image

lpreterite commented 2 years ago

这个你得添加table插件来完善此功能。

will961123 commented 1 year ago

使用use-import目录的示例代码遇到同样问题

lpreterite commented 1 year ago

使用use-import目录的示例代码遇到同样问题

这个你得在node_modules/tinymce/目录下找到table插件,通过import的方式引用进项目就能生效。

will961123 commented 1 year ago

使用官网提供的示例项目:https://github.com/lpreterite/vue-tinymce-example/tree/master/vue/use_import

示例项目中已引入 table 插件如下图: image

实际运行效果如下图: image