This commit is contained in:
prefert 2020-09-03 15:53:31 +08:00
parent 8f9d3604e6
commit 5bb83ff8e5
258 changed files with 12974 additions and 7838 deletions

2
types/form.d.ts vendored
View file

@ -35,7 +35,7 @@ export declare class Form extends Vue {
/**
* Boolean
*/
validate(callback?: (valid?: boolean) => void): Promise<boolean>;
validate(callback?: (valid?: boolean) => void): void;
/**
* 1 prop2
*/