[Doc] props title

This commit is contained in:
陈嘉涵
2019-05-03 09:37:24 +08:00
parent 921f8a88fb
commit e3cb465dc2
101 changed files with 279 additions and 283 deletions
+3 -3
View File
@@ -109,7 +109,7 @@ Use button slot to insert button
</van-cell-group>
```
### API
### Props
Field support all native properties of input tagsuch as `maxlength`、`placeholder`、`autofocus`
@@ -136,7 +136,7 @@ Field support all native properties of input tagsuch as `maxlength`、`placeh
| left-icon | Left side icon name | `String` | - |
| right-icon | Right side icon name | `String` | - |
### Event
### Events
Field support all native events of input tagsuch as `focus`、`blur`、`keypress`
@@ -156,7 +156,7 @@ Use ref to get field instance and call instance methods
| focus | - | - | Trigger input focus |
| blur | - | - | Trigger input blur |
### Slot
### Slots
| Name | Description |
|------|------|