¶Ô±ÈÐÂÎļþ |
| | |
| | | export default { |
| | | props: { |
| | | // è½®æçé¿åº¦ |
| | | length: { |
| | | type: [String, Number], |
| | | default: uni.$u.props.swiperIndicator.length |
| | | }, |
| | | // å½åå¤äºæ´»å¨ç¶æçè½®æçç´¢å¼ |
| | | current: { |
| | | type: [String, Number], |
| | | default: uni.$u.props.swiperIndicator.current |
| | | }, |
| | | // æç¤ºå¨éæ¿æ´»é¢è² |
| | | indicatorActiveColor: { |
| | | type: String, |
| | | default: uni.$u.props.swiperIndicator.indicatorActiveColor |
| | | }, |
| | | // æç¤ºå¨çæ¿æ´»é¢è² |
| | | indicatorInactiveColor: { |
| | | type: String, |
| | | default: uni.$u.props.swiperIndicator.indicatorInactiveColor |
| | | }, |
| | | // æç¤ºå¨æ¨¡å¼ï¼line-线åï¼dot-ç¹å |
| | | indicatorMode: { |
| | | type: String, |
| | | default: uni.$u.props.swiperIndicator.indicatorMode |
| | | } |
| | | } |
| | | } |