ce-crm-ui-components 1.0.312 → 1.1.0

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
@@ -90,3 +90,5 @@ V1.0.300 ComTable组件复选框是否选中新增支持自定义事件
90
90
  V1.0.310 ComTable组件-input类型新增支持非空校验
91
91
 
92
92
  V1.0.311 ConForm组件-select、selectTable新增valueKey属性
93
+
94
+ V1.1.000 新增ComDetailsPanel详情展示组件
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ce-crm-ui-components",
3
3
  "description": "A Vue.js UI",
4
- "version": "1.0.312",
4
+ "version": "1.1.000",
5
5
  "author": "yongfeng <1102772410@qq.com>",
6
6
  "license": "MIT",
7
7
  "private": false,