refactor: ♻️ 代码优化
Former-commit-id: f5937eddb68a14165dc2b0bc03d4fe5dfa379e37
This commit is contained in:
@@ -40,7 +40,7 @@ const props = defineProps({
|
||||
*/
|
||||
modelValue: {
|
||||
type: Array<string>,
|
||||
default: [] as Array<string>,
|
||||
default: () => [],
|
||||
},
|
||||
/**
|
||||
* 文件上传数量限制
|
||||
|
||||
Reference in New Issue
Block a user