From 755a30583f24dcfd27d1b7ff660ab5f987d28f0f Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Sun, 30 Mar 2025 18:23:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=8A=E4=BC=A0list-type?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/upload/src/file-upload.vue | 13 ++++++- .../components/upload/src/image-upload.vue | 18 +++++++-- .../src/views/演示使用自行删除/upload/hook.ts | 32 ++++++++++++++++ .../views/演示使用自行删除/upload/index.vue | 38 ++++++++++++++++++- 4 files changed, 96 insertions(+), 5 deletions(-) create mode 100644 apps/web-antd/src/views/演示使用自行删除/upload/hook.ts diff --git a/apps/web-antd/src/components/upload/src/file-upload.vue b/apps/web-antd/src/components/upload/src/file-upload.vue index a08e8e9c..1937a18a 100644 --- a/apps/web-antd/src/components/upload/src/file-upload.vue +++ b/apps/web-antd/src/components/upload/src/file-upload.vue @@ -3,6 +3,8 @@ 去除使用`file-type`库进行文件类型检测 在Safari无法使用 --> @@ -135,6 +140,37 @@ const showComponent = ref(true); 挂载/卸载组件: + + + + + + + + + 注意文件上传不支持`picture-card`类型 + + + +