[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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user