pull/9249/head
baiyaaaaa 2018-01-12 14:33:16 +08:00 committed by GitHub
parent 0eba34b1f6
commit a7998da10c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
types/form.d.ts vendored
View File

@ -57,7 +57,7 @@ export declare class ElForm extends ElementUIComponent {
*
* @param callback A callback to tell the validation result
*/
validate (callback?: ValidateCallback): void
validate (callback?: ValidateCallback): any
/**
* Validate a certain form item