¶Ô±ÈÐÂÎļþ |
| | |
| | | export default { |
| | | props: { |
| | | // æ¿æ´»é¨åçé¢è² |
| | | activeColor: { |
| | | type: String, |
| | | default: uni.$u.props.lineProgress.activeColor |
| | | }, |
| | | inactiveColor: { |
| | | type: String, |
| | | default: uni.$u.props.lineProgress.color |
| | | }, |
| | | // è¿åº¦ç¾åæ¯ï¼æ°å¼ |
| | | percentage: { |
| | | type: [String, Number], |
| | | default: uni.$u.props.lineProgress.inactiveColor |
| | | }, |
| | | // æ¯å¦å¨è¿åº¦æ¡å
鍿¾ç¤ºç¾åæ¯çå¼ |
| | | showText: { |
| | | type: Boolean, |
| | | default: uni.$u.props.lineProgress.showText |
| | | }, |
| | | // è¿åº¦æ¡çé«åº¦ï¼åä½px |
| | | height: { |
| | | type: [String, Number], |
| | | default: uni.$u.props.lineProgress.height |
| | | } |
| | | } |
| | | } |