¶Ô±ÈÐÂÎļþ |
| | |
| | | export default { |
| | | props: { |
| | | // æ¯å¦æ¾ç¤ºç»ä»¶ |
| | | show: { |
| | | type: Boolean, |
| | | default: uni.$u.props.loadingIcon.show |
| | | }, |
| | | // é¢è² |
| | | color: { |
| | | type: String, |
| | | default: uni.$u.props.loadingIcon.color |
| | | }, |
| | | // æç¤ºæåé¢è² |
| | | textColor: { |
| | | type: String, |
| | | default: uni.$u.props.loadingIcon.textColor |
| | | }, |
| | | // æåå徿 æ¯å¦åç´æå |
| | | vertical: { |
| | | type: Boolean, |
| | | default: uni.$u.props.loadingIcon.vertical |
| | | }, |
| | | // 模å¼éæ©ï¼circle-åå½¢ï¼spinner-è±æµå½¢ï¼semicircle-ååå½¢ |
| | | mode: { |
| | | type: String, |
| | | default: uni.$u.props.loadingIcon.mode |
| | | }, |
| | | // 徿 大å°ï¼åä½é»è®¤px |
| | | size: { |
| | | type: [String, Number], |
| | | default: uni.$u.props.loadingIcon.size |
| | | }, |
| | | // æåå¤§å° |
| | | textSize: { |
| | | type: [String, Number], |
| | | default: uni.$u.props.loadingIcon.textSize |
| | | }, |
| | | // æåå
容 |
| | | text: { |
| | | type: [String, Number], |
| | | default: uni.$u.props.loadingIcon.text |
| | | }, |
| | | // å¨ç»æ¨¡å¼ |
| | | timingFunction: { |
| | | type: String, |
| | | default: uni.$u.props.loadingIcon.timingFunction |
| | | }, |
| | | // å¨ç»æ§è¡å¨ææ¶é´ |
| | | duration: { |
| | | type: [String, Number], |
| | | default: uni.$u.props.loadingIcon.duration |
| | | }, |
| | | // mode=circleæ¶çæè¾¹é¢è² |
| | | inactiveColor: { |
| | | type: String, |
| | | default: uni.$u.props.loadingIcon.inactiveColor |
| | | } |
| | | } |
| | | } |