mooho-base-admin-plus 2.1.4 → 2.1.5

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/history.md +1 -0
  2. package/package.json +2 -2
package/history.md CHANGED
@@ -1,2 +1,3 @@
1
1
  2.1.3 - 修复因为 i18n 加载延迟导致的页面出错,特别是日期控件
2
2
  2.1.4 - vue 3.3.3 版本报错,降至固定版本 3.3.2
3
+ 2.1.5 - vue 升级至 3.3.4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mooho-base-admin-plus",
3
3
  "description": "MOOHO basic framework for admin by Vue3",
4
- "version": "2.1.4",
4
+ "version": "2.1.5",
5
5
  "author": "jinyifan <jinyifan@mooho.com.cn>",
6
6
  "license": "MIT",
7
7
  "private": false,
@@ -24,7 +24,7 @@
24
24
  "screenfull": "^4.2.1",
25
25
  "sweetalert2": "^9.8.2",
26
26
  "view-ui-plus": "^1.0.0",
27
- "vue": "3.3.2",
27
+ "vue": "^3.3.4",
28
28
  "vue-i18n": "^9.1.9",
29
29
  "vue-router": "^4.0.14",
30
30
  "vuedraggable": "^4.1.0",