Upload: add missing definition (#12839)

This commit is contained in:
hetech
2018-09-20 16:50:27 +08:00
committed by GitHub
parent 69f790f4d5
commit 861b0b294b
4 changed files with 9 additions and 3 deletions

3
types/upload.d.ts vendored
View File

@@ -118,4 +118,7 @@ export declare class ElUpload extends ElementUIComponent {
/** Abort specified file */
abort (file: ElUploadInternalFileDetail): void
/** Upload the file list manually */
submit ():void;
}