refactor: ♻️ 图片上传组件默认为单图上传

图片上传组件默认为单图上传
This commit is contained in:
Theo
2025-01-15 17:40:15 +08:00
parent 88abfec6aa
commit 182b8f04ab
2 changed files with 5 additions and 5 deletions

View File

@@ -106,7 +106,7 @@ const props = defineProps({
*/
limit: {
type: Number,
default: 10,
default: 1,
},
/**
* 是否显示删除按钮