mooho-base-admin-plus 2.4.62 → 2.5.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.
- package/history.md +2 -0
- package/package/mooho-base-admin-plus.min.esm.js +80297 -119512
- package/package/mooho-base-admin-plus.min.js +76 -320
- package/package/style.css +2 -2
- package/package.json +4 -4
- package/src/components/view/table-filter.vue +0 -8
- package/src/components/view/view-form.vue +12 -0
- package/src/components/view/view-table.vue +12 -7
- package/src/index.js +2 -2
- package/src/store/modules/admin/index.js +1 -1
- package/src/store/modules/admin/modules/i18n.js +1 -1
- package/test/main.js +1 -1
- package/test/pages/common/home1.vue +34 -0
- package/test/styles/css/login.css +1 -1
- package/vite.config.js +7 -0
- package/test/pages/home/index.vue +0 -22
package/history.md
CHANGED
|
@@ -94,3 +94,5 @@ mooho-base-admin-plus@2.4.59 - 回退上一版本的修改
|
|
|
94
94
|
mooho-base-admin-plus@2.4.60 - 增加表单延迟加载方法
|
|
95
95
|
mooho-base-admin-plus@2.4.61 - 修复上一版本bug
|
|
96
96
|
mooho-base-admin-plus@2.4.62 - 修复添加数据源控件后报错的bug
|
|
97
|
+
mooho-base-admin-plus@2.5.0 - 编译工具升级到Vite5
|
|
98
|
+
mooho-base-admin-plus@2.5.1 - 修复静态表格分页超出限制的bug
|