feat(Form): support valdiate multiple names (#7810)
This commit is contained in:
Vendored
+1
-1
@@ -3,7 +3,7 @@ import { VanComponent } from './component';
|
||||
export class Form extends VanComponent {
|
||||
submit(): void;
|
||||
|
||||
validate(name?: string): Promise<void>;
|
||||
validate(name?: string | string[]): Promise<void>;
|
||||
|
||||
resetValidation(name?: string): void;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user