[improvement] ContactList: tsx (#2794)

This commit is contained in:
neverland
2019-02-19 14:30:30 +08:00
committed by GitHub
parent c55b33f447
commit 8c6ab91f6d
4 changed files with 44 additions and 24 deletions
+1 -2
View File
@@ -130,7 +130,6 @@ export default {
/>
```
### ContactCard API
| 参数 | 说明 | 类型 | 默认值 | 版本 |
@@ -187,4 +186,4 @@ export default {
|------|------|------|
| id | 每位联系人的唯一标识 | `String | Number` |
| name | 联系人姓名 | `String` |
| tel | 联系人手机号 | `String` |
| tel | 联系人手机号 | `String | Number` |