feat(Step): add finish-icon slot (#8241)

This commit is contained in:
neverland
2021-02-28 19:50:16 +08:00
committed by GitHub
parent ca97ef1012
commit d17e0ae9b8
5 changed files with 43 additions and 8 deletions
+4 -3
View File
@@ -91,10 +91,11 @@ export default {
### Step Slots
| 名称 | 说明 |
| ------------- | -------------------- |
| active-icon | 自定义激活状态图标 |
| 名称 | 说明 |
| --- | --- |
| active-icon | 自定义激活状态图标 |
| inactive-icon | 自定义未激活状态图标 |
| finish-icon `v3.0.7` | 自定义已完成步骤对应的底部图标,优先级高于 `inactive-icon` | _string_ | - |
### Steps Events