vue3-components-plus 3.0.15 → 3.0.17
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 +14 -0
- package/dist/ComponentDemo/NsTableDemo/index.vue +570 -514
- package/dist/ComponentDemo/NsTableDemo/mockData.js +15 -4
- package/dist/vue3-components-plus.css +1 -1
- package/dist/vue3-components-plus.js +42 -7
- package/dist/vue3-components-plus.umd.cjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1015,6 +1015,20 @@ autoScaleInit(document.querySelector('body'), {
|
|
|
1015
1015
|
|
|
1016
1016
|
## 更新日志
|
|
1017
1017
|
|
|
1018
|
+
```text
|
|
1019
|
+
version: 3.0.17
|
|
1020
|
+
日期: 2026-03-17
|
|
1021
|
+
更新内容:
|
|
1022
|
+
1. NsTableContainer按钮禁用颜色修改
|
|
1023
|
+
```
|
|
1024
|
+
|
|
1025
|
+
```text
|
|
1026
|
+
version: 3.0.16
|
|
1027
|
+
日期: 2026-03-16
|
|
1028
|
+
更新内容:
|
|
1029
|
+
1. 修改NsTableContainer支持自定义分页字段:page-number-key/page-size-key/page-total-key
|
|
1030
|
+
```
|
|
1031
|
+
|
|
1018
1032
|
```text
|
|
1019
1033
|
version: 3.0.15
|
|
1020
1034
|
日期: 2026-03-16
|