[changelog] 1.3.5
This commit is contained in:
@@ -119,6 +119,7 @@ export default {
|
||||
|
||||
| 版本 | 类型 | 内容 |
|
||||
|-----------|-----------|-----------|
|
||||
| 1.3.6 | feature | 新增 disabled 属性 |
|
||||
| 1.2.1 | feature | 新增 icon 属性 |
|
||||
| 1.2.1 | feature | 新增 label 属性 |
|
||||
| 1.2.1 | feature | 新增 value 属性 |
|
||||
|
||||
+1
-1
@@ -69,7 +69,7 @@ import TreeSelect from './tree-select';
|
||||
import Uploader from './uploader';
|
||||
import Waterfall from './waterfall';
|
||||
|
||||
const version = '1.3.4';
|
||||
const version = '1.3.5';
|
||||
const components = [
|
||||
Actionsheet,
|
||||
AddressEdit,
|
||||
|
||||
@@ -95,4 +95,5 @@ export default {
|
||||
|
||||
| 版本 | 类型 | 内容 |
|
||||
|-----------|-----------|-----------|
|
||||
| 1.3.6 | feature | 新增 height 属性 |
|
||||
| 1.1.5 | improvement | 支持 string 类型 id |
|
||||
|
||||
Reference in New Issue
Block a user