¶Ô±ÈÐÂÎļþ |
| | |
| | | export default { |
| | | props: { |
| | | // å½åå¹é
项çname |
| | | value: { |
| | | type: [String, Number, null], |
| | | default: uni.$u.props.tabbar.value |
| | | }, |
| | | // æ¯å¦ä¸ºiPhoneXçåºåºé¨å®å
¨è·ç¦» |
| | | safeAreaInsetBottom: { |
| | | type: Boolean, |
| | | default: uni.$u.props.tabbar.safeAreaInsetBottom |
| | | }, |
| | | // æ¯å¦æ¾ç¤ºä¸æ¹è¾¹æ¡ |
| | | border: { |
| | | type: Boolean, |
| | | default: uni.$u.props.tabbar.border |
| | | }, |
| | | // å
ç´ å±çº§z-index |
| | | zIndex: { |
| | | type: [String, Number], |
| | | default: uni.$u.props.tabbar.zIndex |
| | | }, |
| | | // é䏿 ç¾çé¢è² |
| | | activeColor: { |
| | | type: String, |
| | | default: uni.$u.props.tabbar.activeColor |
| | | }, |
| | | // æªé䏿 ç¾çé¢è² |
| | | inactiveColor: { |
| | | type: String, |
| | | default: uni.$u.props.tabbar.inactiveColor |
| | | }, |
| | | // æ¯å¦åºå®å¨åºé¨ |
| | | fixed: { |
| | | type: Boolean, |
| | | default: uni.$u.props.tabbar.fixed |
| | | }, |
| | | // fixedå®ä½åºå®å¨åºé¨æ¶ï¼æ¯å¦çæä¸ä¸ªçé«å
ç´ é²æ¢å¡é· |
| | | placeholder: { |
| | | type: Boolean, |
| | | default: uni.$u.props.tabbar.placeholder |
| | | } |
| | | } |
| | | } |