From 81977849835a6659367aa5eabf2604353cd4fe7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=96=87=E5=8F=AF?= <1041367524@qq.com> Date: Thu, 26 May 2022 15:14:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ElUploadFile.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ElUploadFile.vue b/src/components/ElUploadFile.vue index fe1b3e7..b923e32 100644 --- a/src/components/ElUploadFile.vue +++ b/src/components/ElUploadFile.vue @@ -54,7 +54,7 @@ }, accept: { type: String, - default: 'image/*', + default: '*/*', }, }); const emits = defineEmits(['update:modelValue']);