fix: remove multiple file upload option from file input in index.vue

v3.2
CaptainB 2025-04-02 19:04:09 +08:00
parent ac5a9d01a8
commit 927f0c784a
1 changed files with 0 additions and 1 deletions

View File

@ -65,7 +65,6 @@
ref="elUploadRef" ref="elUploadRef"
:file-list="[]" :file-list="[]"
action="#" action="#"
multiple
:auto-upload="false" :auto-upload="false"
:show-file-list="false" :show-file-list="false"
:limit="1" :limit="1"