diff --git a/sheep/ui/su-tabbar-item/su-tabbar-item.vue b/sheep/ui/su-tabbar-item/su-tabbar-item.vue index cc55ac1e..8acb8c75 100644 --- a/sheep/ui/su-tabbar-item/su-tabbar-item.vue +++ b/sheep/ui/su-tabbar-item/su-tabbar-item.vue @@ -9,7 +9,7 @@ @@ -30,7 +30,7 @@ {{ text }} @@ -120,8 +120,8 @@ addStyle, parentData: { value: null, - activeColor: '', - color: '', + activeColor: '', // 选中标签的颜色 + inactiveColor: '', // 未选中标签的颜色 }, parent: {}, };