Merge pull request #7188 from wangziling/feature/fix-file-upload-types

fix(fileupload): fix the types of the `content` slot
pull/7197/head
Tuğçe Küçükoğlu 2025-02-05 10:46:35 +03:00 committed by GitHub
commit 263f939fbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -530,7 +530,7 @@ export interface FileUploadSlots {
/** /**
* Status messages about upload process. * Status messages about upload process.
*/ */
messages: string | undefined; messages: string[] | null;
}): VNode[]; }): VNode[];
/** /**
* Custom content when there is no selected file. * Custom content when there is no selected file.