Skip to content

Commit

Permalink
types(Form): fix missing scrollToField method
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Mar 1, 2020
1 parent d5438df commit df4439e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/form.d.ts
Expand Up @@ -6,4 +6,6 @@ export class Form extends VanComponent {
validate(name?: string): Promise<void>;

resetValidation(name?: string): void;

scrollToField(name: string): void;
}

0 comments on commit df4439e

Please sign in to comment.