chore: 🔨 上传组件参数统一调整

This commit is contained in:
ray
2024-10-18 22:07:27 +08:00
parent 605d87b3a7
commit 0cc300a032
2 changed files with 2 additions and 256 deletions

View File

@@ -108,9 +108,9 @@ const props = defineProps({
default: true,
},
/**
* 单个文件上传大小限制(单位byte)
* 单个文件上传大小限制(单位MB)
*/
uploadMaxSize: {
maxSize: {
type: Number,
default: 2 * 1024 * 1024,
},