[new feature] Tabbar: add inactive-color prop

This commit is contained in:
陈嘉涵
2019-05-05 11:34:22 +08:00
parent fc344d672c
commit 4d8d482e04
7 changed files with 30 additions and 7 deletions
+1
View File
@@ -12,6 +12,7 @@ export default sfc({
props: {
value: Number,
activeColor: String,
inactiveColor: String,
safeAreaInsetBottom: Boolean,
fixed: {
type: Boolean,