matrix_components 2.0.304 → 2.0.306
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 +15 -0
- package/dist/matrix_components.css +1 -1
- package/dist/matrix_components.js +45 -13
- package/dist/matrix_components.umd.cjs +1 -1
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -1,4 +1,19 @@
|
|
|
1
1
|
# **组件库2.0**
|
|
2
|
+
```
|
|
3
|
+
version:2.0.306
|
|
4
|
+
2025年10月23日11:21:46
|
|
5
|
+
更新日志:
|
|
6
|
+
1.v-permission 按钮权限指令获取途径新增sessionStorage和provider
|
|
7
|
+
```
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
```
|
|
11
|
+
version:2.0.305
|
|
12
|
+
2025年10月21日15:05:11
|
|
13
|
+
更新日志:
|
|
14
|
+
1.NsDialog添加修改标题的方法
|
|
15
|
+
```
|
|
16
|
+
|
|
2
17
|
```
|
|
3
18
|
version:2.0.302
|
|
4
19
|
2025年10月21日10:03:50
|