mooho-base-admin-plus 2.10.99 → 2.10.100

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 +2 -1
  2. package/package.json +1 -1
package/history.md CHANGED
@@ -269,4 +269,5 @@ mooho-base-admin-plus@2.10.95 - 修复Excel表格报错的bug
269
269
  mooho-base-admin-plus@2.10.96 - 增加modal-table-excel组件
270
270
  mooho-base-admin-plus@2.10.97 - 选择框固定选项支持bool类型
271
271
  mooho-base-admin-plus@2.10.98 - 修复上一版本的bug
272
- mooho-base-admin-plus@2.10.99 - excel-table取消自动高度
272
+ mooho-base-admin-plus@2.10.99 - excel-table取消自动高度
273
+ mooho-base-admin-plus@2.10.100 - 修复上一版本的bug
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.10.99",
4
+ "version": "2.10.100",
5
5
  "author": "jinyifan <jinyifan@mooho.com.cn>",
6
6
  "license": "MIT",
7
7
  "private": false,