Fix: httprequest type (#16633)

pull/16415/head
luckyCao 2019-07-31 12:08:38 +08:00 committed by Geass
parent be71239990
commit 6cc6bc4feb
1 changed files with 1 additions and 1 deletions

2
types/upload.d.ts vendored
View File

@ -30,7 +30,7 @@ export interface ElUploadProgressEvent extends ProgressEvent {
export interface HttpRequestOptions { export interface HttpRequestOptions {
headers: object, headers: object,
withCredentials: boolean, withCredentials: boolean,
file: ElUploadInternalFileDetail, file: File,
data: object, data: object,
filename: string, filename: string,
action: string, action: string,