Merge pull request #7188 from wangziling/feature/fix-file-upload-types
fix(fileupload): fix the types of the `content` slotpull/7197/head
commit
263f939fbc
|
@ -530,7 +530,7 @@ export interface FileUploadSlots {
|
|||
/**
|
||||
* Status messages about upload process.
|
||||
*/
|
||||
messages: string | undefined;
|
||||
messages: string[] | null;
|
||||
}): VNode[];
|
||||
/**
|
||||
* Custom content when there is no selected file.
|
||||
|
|
Loading…
Reference in New Issue