[Doc] use ts-style type

This commit is contained in:
陈嘉涵
2019-07-11 20:35:41 +08:00
parent 32f19c5561
commit 019c75506a
120 changed files with 1288 additions and 1288 deletions
+6 -6
View File
@@ -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