[Doc] use ts-style type
This commit is contained in:
+6
-6
@@ -71,12 +71,12 @@ export default {
|
||||
|
||||
| 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` | - |
|
||||
| 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
|
||||
|
||||
|
||||
@@ -75,11 +75,11 @@ export default {
|
||||
|
||||
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|
||||
|------|------|------|------|------|
|
||||
| active | 当前步骤 | `Number` | 0 | - |
|
||||
| direction | 显示方向,可选值为 `vertical` | `String` | `horizontal` | - |
|
||||
| active-color | 激活状态颜色 | `String` | `#07c160` | - |
|
||||
| active-icon | 激活状态底部图标,可选值见 Icon 组件 | `String` | `checked` | 1.6.9 |
|
||||
| inactive-icon | 未激活状态底部图标,可选值见 Icon 组件 | `String` | - | 2.0.0 |
|
||||
| active | 当前步骤 | `number` | 0 | - |
|
||||
| direction | 显示方向,可选值为 `vertical` | `string` | `horizontal` | - |
|
||||
| active-color | 激活状态颜色 | `string` | `#07c160` | - |
|
||||
| active-icon | 激活状态底部图标,可选值见 Icon 组件 | `string` | `checked` | 1.6.9 |
|
||||
| inactive-icon | 未激活状态底部图标,可选值见 Icon 组件 | `string` | - | 2.0.0 |
|
||||
|
||||
### Step Slots
|
||||
|
||||
|
||||
Reference in New Issue
Block a user