mirror of
https://github.com/youzan/vant.git
synced 2026-05-16 01:07:43 +08:00
types(Form): fix missing scrollToField method
This commit is contained in:
Vendored
+2
@@ -6,4 +6,6 @@ export class Form extends VanComponent {
|
||||
validate(name?: string): Promise<void>;
|
||||
|
||||
resetValidation(name?: string): void;
|
||||
|
||||
scrollToField(name: string): void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user