refactor: ♻️ 代码优化

Former-commit-id: f5937eddb68a14165dc2b0bc03d4fe5dfa379e37
This commit is contained in:
hxr
2023-09-04 22:54:13 +08:00
parent 914c896cce
commit 896bd93c20
4 changed files with 11 additions and 24 deletions

View File

@@ -40,7 +40,7 @@ const props = defineProps({
*/
modelValue: {
type: Array<string>,
default: [] as Array<string>,
default: () => [],
},
/**
* 文件上传数量限制