feat(Steps): add inactive-color prop
This commit is contained in:
@@ -9,6 +9,7 @@ export default createComponent({
|
||||
props: {
|
||||
activeColor: String,
|
||||
inactiveIcon: String,
|
||||
inactiveColor: String,
|
||||
active: {
|
||||
type: [Number, String],
|
||||
default: 0,
|
||||
|
||||
Reference in New Issue
Block a user