fix: bug#16315

This commit is contained in:
haodd 2023-07-13 13:48:15 +08:00
parent 1d60415203
commit 8240776b24
1 changed files with 4 additions and 0 deletions

View File

@ -98,6 +98,10 @@ const props: JUploadProps = defineProps({
borderStyle: {
type: Object,
default: undefined
},
size: {
type: Number,
default: undefined,
}
});