vue3-components-plus 3.0.12 → 3.0.13
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
CHANGED
|
@@ -4,6 +4,8 @@
|
|
|
4
4
|
|
|
5
5
|
vue3-components-plus 是一个功能丰富的 Vue 3 企业级组件库,提供办公文档预览、动态表单、视频播放、权限控制等完整解决方案。
|
|
6
6
|
|
|
7
|
+
**GitHub 源代码**: https://github.com/75535596/vue3-components-plus
|
|
8
|
+
|
|
7
9
|
组件使用示例参考 `dist/ComponentDemo`
|
|
8
10
|
|
|
9
11
|
## 📸 部分组件预览
|
|
@@ -20,6 +22,10 @@ vue3-components-plus 是一个功能丰富的 Vue 3 企业级组件库,提供
|
|
|
20
22
|
|
|
21
23
|

|
|
22
24
|
|
|
25
|
+
### NsTableContainer
|
|
26
|
+
|
|
27
|
+

|
|
28
|
+
|
|
23
29
|
### NsOffice
|
|
24
30
|
|
|
25
31
|

|
|
@@ -1014,7 +1020,7 @@ autoScaleInit(document.querySelector('body'), {
|
|
|
1014
1020
|
## 更新日志
|
|
1015
1021
|
|
|
1016
1022
|
```text
|
|
1017
|
-
version: 3.0.
|
|
1023
|
+
version: 3.0.13
|
|
1018
1024
|
日期: 2026-03-13
|
|
1019
1025
|
更新内容:
|
|
1020
1026
|
1. 添加NsTableContainer带搜索条件的表格
|