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,
},
)