# Conflicts:
#	src/components/Upload/ImageUpload.vue
This commit is contained in:
胡少翔
2024-07-25 14:55:48 +08:00

View File

@@ -126,7 +126,7 @@ const props = defineProps({
*/ */
uploadMaxSize: { uploadMaxSize: {
type: Number, type: Number,
default: 2 * 1048 * 1048, default: 2 * 1024 * 1024,
}, },
/** /**
* 上传文件类型 * 上传文件类型