From 463682522e2ec2d97c3371f705513782561a8085 Mon Sep 17 00:00:00 2001 From: Hefeng <1057605508@qq.com> Date: Fri, 15 Sep 2023 12:54:39 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=B8=8A=E4=BC=A0=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20+=E5=8F=B7=E6=B6=88=E5=A4=B1=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/upload-list/index.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/upload-list/index.vue b/packages/upload-list/index.vue index 806944f..bdd40ed 100644 --- a/packages/upload-list/index.vue +++ b/packages/upload-list/index.vue @@ -2,7 +2,7 @@ * @Author: zhaojinfeng 121016171@qq.com * @Date: 2023-08-16 17:33:41 * @LastEditors: Hefeng 1057605508@qq.com - * @LastEditTime: 2023-09-15 12:44:20 + * @LastEditTime: 2023-09-15 12:51:29 * @FilePath: \th-components-vue3\packages\upload-list\index.vue * @Description: * @@ -25,7 +25,7 @@ - + 点击上传 @@ -57,6 +57,7 @@ const props = withDefaults( }>(), { fileList: () => [], maxsize: 100, + limit: Infinity, }, )