docs: type highlight (#4264)

This commit is contained in:
neverland
2019-08-27 22:09:21 +08:00
committed by GitHub
parent a79750d00c
commit ecbdc2bede
129 changed files with 1493 additions and 1484 deletions

View File

@@ -72,12 +72,12 @@ export default {
| 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` | - | - |
| 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

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