fix(fileupload): fix the types of the `content` slot
parent
b2cd1f8501
commit
b07257958c
|
@ -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