feat(Steps): add inactive-color prop

This commit is contained in:
chenjiahan
2020-07-12 14:48:44 +08:00
parent f7c6de7a28
commit 296315c48f
5 changed files with 36 additions and 15 deletions
+1
View File
@@ -9,6 +9,7 @@ export default createComponent({
props: {
activeColor: String,
inactiveIcon: String,
inactiveColor: String,
active: {
type: [Number, String],
default: 0,