component_ryl 1.1.2 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -258,10 +258,6 @@
258
258
  toolbar="bold italic underline strikethrough link alignleft aligncenter alignright hr bullist numlist forecolor backcolor image media table styleselect fontselect fontsizeselect preview code removeformat fullscreen"
259
259
  />
260
260
  # 切记,如果要使用该富文本,则要先手动引入如下配置:
261
-
262
- # // 引入组件
263
- # // import tinymce from "tinymce/tinymce";
264
- # // import Editor from "@tinymce/tinymce-vue";
265
261
  # // import "tinymce/icons/default/icons";
266
262
  # // import "tinymce/themes/silver";
267
263
  # // // 引入富文本编辑器主题的js和css
@@ -385,6 +381,7 @@
385
381
  #1.0.95: 界面缩放后 重新计算高度
386
382
  #1.0.98: 自动计算每个模块的最小宽度
387
383
  #1.1.0: 去掉打包中的element,项目中需要自己下载
384
+ #1.1.3: 去掉tinymce中的引用,需要需要使用该富文本,需要手动引入样式文件
388
385
 
389
386
  ```
390
387