psaren / taro-ui-vue

UI KIT for Taro/vue
MIT License
206 stars 38 forks source link

AtTabBar的backgroundColor不生效 #132

Closed yimoodd closed 3 years ago

yimoodd commented 3 years ago

问题描述 AtTabBar的backgroundColor不生效

复现步骤

<AtTabBar
      background-color="#333"
      :tab-list="[...]"
    />

期望行为 Tabbar背景变黑

报错信息 Tabbar背景不变

补充信息 https://github.com/psaren/taro-ui-vue/blob/master/packages/taro-ui-vue/src/components/tab-bar/index.ts的props里面没有暴露backgroudColor,添加之后可解决

psaren commented 3 years ago

欢迎提PR

psaren commented 3 years ago

Fixed in 1.0.0-beta.16