vue3-components-plus 3.0.16 → 3.0.18
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 +7 -0
- package/dist/ComponentDemo/NsTableDemo/index.vue +570 -564
- package/dist/ComponentDemo/NsTableDemo/mockData.js +15 -4
- package/dist/vue3-components-plus.css +1 -1
- package/dist/vue3-components-plus.js +1 -1
- package/dist/vue3-components-plus.umd.cjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1015,6 +1015,13 @@ autoScaleInit(document.querySelector('body'), {
|
|
|
1015
1015
|
|
|
1016
1016
|
## 更新日志
|
|
1017
1017
|
|
|
1018
|
+
```text
|
|
1019
|
+
version: 3.0.18
|
|
1020
|
+
日期: 2026-03-17
|
|
1021
|
+
更新内容:
|
|
1022
|
+
1. NsTableContainer按钮禁用颜色修改
|
|
1023
|
+
```
|
|
1024
|
+
|
|
1018
1025
|
```text
|
|
1019
1026
|
version: 3.0.16
|
|
1020
1027
|
日期: 2026-03-16
|