[improvement] ContactCard: tsx (#2783)

This commit is contained in:
neverland
2019-02-18 20:24:51 +08:00
committed by GitHub
parent ad27b885c9
commit f211afe714
7 changed files with 56 additions and 4 deletions
+6
View File
@@ -140,6 +140,12 @@ export default {
| tel | Phone | `String` | - |
| add-text | Add card text | `String` | `Add contact info` |
### ContactCard Event
| Event | Description | Arguments |
|------|------|------|
| click | Triggered when clicked | - |
### ContactList API
| Attribute | Description | Type | Default |