vue2-components-plus 1.0.51 → 1.0.52

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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,6 +6,8 @@ vue2-components-plus 是一个功能丰富的 Vue 3 企业级组件库,提供
6
6
 
7
7
  组件使用示例参考 `dist/ComponentDemo`
8
8
 
9
+ Author: zhuyi
10
+
9
11
  ## 📸 部分组件预览
10
12
 
11
13
  ### NsDialog
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue2-components-plus",
3
- "version": "1.0.51",
3
+ "version": "1.0.52",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/vue2-components-plus.umd.cjs",