mic-org 1.2.6 → 1.2.7

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 +3 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,8 +7,9 @@
7
7
 
8
8
  ---------------------------------
9
9
 
10
- ## 版本 1.2.6
10
+ ## 版本 1.2.7
11
11
 
12
12
  - 1.优化说明文档
13
13
  - 2.链接地:http://10.252.105.30:32089/mic/
14
- - 3.Mic.domHeight方法优化,旨在解决异步获取问题
14
+ - 3.搜索项样式优化,旨在解决异步获取问题
15
+ - 4.table组件增加列头部插槽
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mic-org",
3
- "version": "1.2.6",
3
+ "version": "1.2.7",
4
4
  "main": "./dist/mic.umd.js",
5
5
  "module": "./dist/mic.es.js",
6
6
  "exports": {