@keyblade/tinymce-editor-vue2 1.0.0 → 1.0.1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -20,7 +20,7 @@ yarn add pic-viewer@0.5.1
20
20
  yarn add imgpond@0.6.2
21
21
 
22
22
  # 1.x.x版本 需要安装如下:
23
- yarn add @keyblade/pro-components-vue2@1.12.5
23
+ yarn add @keyblade/pro-components-vue2@1.12.6
24
24
  ```
25
25
 
26
26
  ## 二、使用
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@keyblade/tinymce-editor-vue2",
3
3
  "description": "KeyBlade Tinymce Editor Vue2",
4
4
  "author": "yangshuai <704807396@qq.com>",
5
- "version": "1.0.0",
5
+ "version": "1.0.1",
6
6
  "private": false,
7
7
  "type": "module",
8
8
  "main": "es/index.js",