feat(Form): scrollToField can scroll to bottom (#6335)

This commit is contained in:
neverland
2020-05-21 19:15:50 +08:00
committed by GitHub
parent 6630816742
commit 96ef2557c2
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -7,5 +7,5 @@ export class Form extends VanComponent {
resetValidation(name?: string): void;
scrollToField(name: string): void;
scrollToField(name: string, options?: boolean | ScrollIntoViewOptions): void;
}