¶Ô±ÈÐÂÎļþ |
| | |
| | | export default { |
| | | props: { |
| | | // å³è¾¹éç¹éæ¿æ´»çé¢è² |
| | | inactiveColor: { |
| | | type: String, |
| | | default: uni.$u.props.indexList.inactiveColor |
| | | }, |
| | | // å³è¾¹éç¹æ¿æ´»çé¢è² |
| | | activeColor: { |
| | | type: String, |
| | | default: uni.$u.props.indexList.activeColor |
| | | }, |
| | | // ç´¢å¼å符åè¡¨ï¼æ°ç»å½¢å¼ |
| | | indexList: { |
| | | type: Array, |
| | | default: uni.$u.props.indexList.indexList |
| | | }, |
| | | // æ¯å¦å¼å¯éç¹èªå¨å¸é¡¶ |
| | | sticky: { |
| | | type: Boolean, |
| | | default: uni.$u.props.indexList.sticky |
| | | }, |
| | | // èªå®ä¹å¯¼èªæ çé«åº¦ |
| | | customNavHeight: { |
| | | type: [String, Number], |
| | | default: uni.$u.props.indexList.customNavHeight |
| | | } |
| | | } |
| | | } |