docs: add version tip in en docs (#4262)

This commit is contained in:
neverland
2019-08-27 19:56:30 +08:00
committed by GitHub
parent 8ee0bef715
commit 959efb0ce6
88 changed files with 865 additions and 864 deletions

View File

@@ -70,14 +70,14 @@ export default {
### Steps Props
| 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` | - |
| 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` | - | - |
### Step Slots

View File

@@ -80,7 +80,7 @@ export default {
| direction | 显示方向,可选值为 `vertical` | `string` | `horizontal` | - |
| active-color | 激活状态颜色 | `string` | `#07c160` | - |
| active-icon | 激活状态底部图标,可选值见 Icon 组件 | `string` | `checked` | - |
| inactive-icon | 未激活状态底部图标,可选值见 Icon 组件 | `string` | - | 2.0.0 |
| inactive-icon | 未激活状态底部图标,可选值见 Icon 组件 | `string` | - | - |
### Step Slots