feat(Steps): active can be string

This commit is contained in:
陈嘉涵
2020-01-30 10:21:41 +08:00
parent b24fd2bb48
commit 0738f3baac
4 changed files with 6 additions and 5 deletions
+1 -2
View File
@@ -73,8 +73,7 @@ export default {
| Attribute | Description | Type | Default |
|------|------|------|------|
| active | Active step | *number* | 0 |
| description | Description | *string* | - |
| active | Active step | *number \| string* | `0` |
| direction | Can be set to `vertical` | *string* | `horizontal` |
| active-color | Active step color | *string* | `#07c160` |
| active-icon | Active icon name | *string* | `checked` |