Skip to content

Commit

Permalink
fix(tabbar): 修复文档错误
Browse files Browse the repository at this point in the history
  • Loading branch information
jimczj committed Aug 31, 2018
1 parent f6ec8f0 commit 76f7657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/markdown/tabbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ import { AtTabBar } from 'taro-ui'
| color | 未选中标签字体与图标颜色 | String | - | `#333` |
| selectedColor | 选中标签字体与图标颜色 | String | - | `#6190E8` |
| fixed | 是否固定底部 | Boolean | - | false |
| backgroundColor | 是否固定底部 | String | - | `#fff` |
| backgroundColor | 背景颜色 | String | - | `#fff` |
| iconSize | 图标大小 | Number | - | 24 |
| fontSize | 字体大小 | Number | - | 14 |
| tabList | tab 列表, object 字段说明请看下表 | Array | - | false |
Expand Down

0 comments on commit 76f7657

Please sign in to comment.