Tree: update doc and typing (#9225)

This commit is contained in:
Decade
2018-01-14 20:37:48 +08:00
committed by 杨奕
parent e15272be56
commit a254106c5b
3 changed files with 6 additions and 3 deletions

3
types/upload.d.ts vendored
View File

@@ -15,7 +15,8 @@ export interface ElUploadInternalFileDetail {
size: number,
percentage: number,
uid: number,
raw: File
raw: File,
url?: string
}
export interface ElUploadProgressEvent extends ProgressEvent {