fix(fileupload): fix the types of the `content` slot

pull/7188/head
王子凌 2025-02-05 14:09:58 +08:00
parent b2cd1f8501
commit b07257958c
1 changed files with 1 additions and 1 deletions

View File

@ -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.