docs: update version tag

This commit is contained in:
陈嘉涵
2020-01-10 21:06:05 +08:00
parent 6555af4f76
commit e16239e426
124 changed files with 1974 additions and 1974 deletions

View File

@@ -70,14 +70,14 @@ export default {
### Steps Props
| Attribute | Description | Type | Default | Version |
|------|------|------|------|------|
| active | Active step | *number* | 0 | - |
| description | Description | *string* | - | - |
| direction | Can be set to `vertical` | *string* | `horizontal` | - |
| active-color | Active step color | *string* | `#07c160` | - |
| active-icon | Active icon name | *string* | `checked` | - |
| inactive-icon | Active icon name | *string* | - | - |
| Attribute | Description | Type | Default |
|------|------|------|------|
| active | Active step | *number* | 0 |
| description | Description | *string* | - |
| direction | Can be set to `vertical` | *string* | `horizontal` |
| active-color | Active step color | *string* | `#07c160` |
| active-icon | Active icon name | *string* | `checked` |
| inactive-icon | Active icon name | *string* | - |
### Step Slots

View File

@@ -74,13 +74,13 @@ export default {
### Steps Props
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|------|------|------|------|------|
| active | 当前步骤 | *number* | 0 | - |
| direction | 显示方向,可选值为 `vertical` | *string* | `horizontal` | - |
| active-color | 激活状态颜色 | *string* | `#07c160` | - |
| active-icon | 激活状态底部图标,可选值见 [Icon 组件](#/zh-CN/icon) | *string* | `checked` | - |
| inactive-icon | 未激活状态底部图标,可选值见 [Icon 组件](#/zh-CN/icon) | *string* | - | - |
| 参数 | 说明 | 类型 | 默认值 |
|------|------|------|------|
| active | 当前步骤 | *number* | 0 |
| direction | 显示方向,可选值为 `vertical` | *string* | `horizontal` |
| active-color | 激活状态颜色 | *string* | `#07c160` |
| active-icon | 激活状态底部图标,可选值见 [Icon 组件](#/zh-CN/icon) | *string* | `checked` |
| inactive-icon | 未激活状态底部图标,可选值见 [Icon 组件](#/zh-CN/icon) | *string* | - |
### Step Slots