feat(Steps): add click-step event (#5937)

This commit is contained in:
neverland
2020-03-28 15:57:24 +08:00
committed by GitHub
parent ac3c77c17f
commit 5bbe5608ce
4 changed files with 62 additions and 16 deletions
+6
View File
@@ -85,3 +85,9 @@ export default {
|------|------|
| active-icon | Custom active icon |
| inactive-icon | Custom inactive icon |
### Steps Events
| Event | Description | Arguments |
|------|------|------|
| click-step `v2.6.0` | Triggered when a step's title or icon is clicked | *index: number* |