¶Ô±ÈÐÂÎļþ |
| | |
| | | export default { |
| | | props: { |
| | | // æåé¢è² |
| | | color: { |
| | | type: String, |
| | | default: uni.$u.props.link.color |
| | | }, |
| | | // åä½å¤§å°ï¼åä½px |
| | | fontSize: { |
| | | type: [String, Number], |
| | | default: uni.$u.props.link.fontSize |
| | | }, |
| | | // æ¯å¦æ¾ç¤ºä¸å线 |
| | | underLine: { |
| | | type: Boolean, |
| | | default: uni.$u.props.link.underLine |
| | | }, |
| | | // è¦è·³è½¬ç龿¥ |
| | | href: { |
| | | type: String, |
| | | default: uni.$u.props.link.href |
| | | }, |
| | | // å°ç¨åºä¸å¤å¶å°ç²è´´æ¿çæç¤ºè¯ |
| | | mpTips: { |
| | | type: String, |
| | | default: uni.$u.props.link.mpTips |
| | | }, |
| | | // ä¸å线é¢è² |
| | | lineColor: { |
| | | type: String, |
| | | default: uni.$u.props.link.lineColor |
| | | }, |
| | | // è¶
龿¥çé®é¢ï¼ä¸ä½¿ç¨slotå½¢å¼ä¼ å
¥ï¼æ¯å 为nvue䏿 æ³ä¿®æ¹é¢è² |
| | | text: { |
| | | type: String, |
| | | default: uni.$u.props.link.text |
| | | } |
| | | } |
| | | } |