feat(Form): add scrollToField method (#5680)

This commit is contained in:
陈嘉涵
2020-02-20 16:32:14 +08:00
parent 871398b223
commit 3f14795387
4 changed files with 26 additions and 1 deletions
+1
View File
@@ -438,6 +438,7 @@ Use [ref](https://vuejs.org/v2/api/#ref) to get Form instance and call instance
| submit | Submit form | - | - |
| validate | Validate form | *name?: string* | *Promise* |
| resetValidation | Reset validation | *name?: string* | - |
| scrollToField `v2.5.2` | Scroll to field | *name: string* | - |
### Slots