component_ryl 1.1.8 → 1.1.9

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
@@ -255,7 +255,7 @@
255
255
  :uploadType="'initUpload'" // 图片上传方式 默认:base64 自定义上传:initUpload
256
256
  url="/static" // 插件和汉化包路径,默认 /static
257
257
  @handleImgUpload="handleImgUpload" // 如果是自定义上传,这个方法接收3个参数,如下:
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"
258
+ toolbar="bold italic underline strikethrough link alignleft aligncenter alignright forecolor backcolor image table styleselect fontselect fontsizeselect preview removeformat fullscreen"
259
259
  />
260
260
  # 切记,如果要使用该富文本,则要先手动引入如下配置:
261
261
  # // import "tinymce/icons/default/icons";
@@ -266,7 +266,6 @@
266
266
  # // // 扩展插件
267
267
  # // import "tinymce/plugins/image";
268
268
  # // import "tinymce/plugins/link";
269
- # // import "tinymce/plugins/code";
270
269
  # // import "tinymce/plugins/table";
271
270
  # // import "tinymce/plugins/fullscreen";
272
271
  # // import "tinymce/plugins/paste";
@@ -381,7 +380,7 @@
381
380
  #1.0.95: 界面缩放后 重新计算高度
382
381
  #1.0.98: 自动计算每个模块的最小宽度
383
382
  #1.1.0: 去掉打包中的element,项目中需要自己下载
384
- #1.1.8: 去掉tinymce中的引用,需要需要使用该富文本,需要手动引入样式文件
383
+ #1.1.9: 去掉tinymce中的引用,需要需要使用该富文本,需要手动引入样式文件
385
384
 
386
385
  ```
387
386