mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
types(Form): fix missing scrollToField method
This commit is contained in:
parent
d5438dfe0d
commit
df4439e9f6
2
types/form.d.ts
vendored
2
types/form.d.ts
vendored
@ -6,4 +6,6 @@ export class Form extends VanComponent {
|
|||||||
validate(name?: string): Promise<void>;
|
validate(name?: string): Promise<void>;
|
||||||
|
|
||||||
resetValidation(name?: string): void;
|
resetValidation(name?: string): void;
|
||||||
|
|
||||||
|
scrollToField(name: string): void;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user