[breaking change] Steps: remove some prop

This commit is contained in:
陈嘉涵
2019-04-29 17:01:08 +08:00
parent e417ad0e8b
commit d3c8eb86e2
4 changed files with 8 additions and 62 deletions
-1
View File
@@ -73,7 +73,6 @@ export default {
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|------|------|------|------|------|
| active | 当前步骤 | `Number` | 0 | - |
| title | 顶部描述栏标题 | `String` | - | - |
| direction | 显示方向,可选值为 `vertical` | `String` | `horizontal` | - |
| active-icon | 激活状态底部图标,可选值见 Icon 组件 | `String` | `checked` | 1.6.9 |
| active-color | 激活状态颜色 | `String` | `#07c160` | - |