refactor: ♻️ 图片上传组件默认为单图上传
图片上传组件默认为单图上传
This commit is contained in:
@@ -106,7 +106,7 @@ const props = defineProps({
|
||||
*/
|
||||
limit: {
|
||||
type: Number,
|
||||
default: 10,
|
||||
default: 1,
|
||||
},
|
||||
/**
|
||||
* 是否显示删除按钮
|
||||
|
||||
Reference in New Issue
Block a user