[new feature] Steps: add inactive-icon prop

This commit is contained in:
陈嘉涵
2019-05-02 10:23:21 +08:00
parent ff9470923f
commit 4d4ad7960b
8 changed files with 55 additions and 49 deletions

View File

@@ -15,6 +15,7 @@
<van-steps
:active="active"
active-icon="success"
inactive-icon="arrow"
active-color="#38f"
>
<van-step>{{ $t('step1') }}</van-step>