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
@@ -91,3 +91,9 @@ export default {
|------|------|
| active-icon | 自定义激活状态图标 |
| inactive-icon | 自定义未激活状态图标 |
### Steps Events
| 事件名 | 说明 | 回调参数 |
|------|------|------|
| click-step `v2.6.0` | 点击步骤的标题或图标时触发 | *index: number* |