Skip to content

Commit

Permalink
fix: default support multiple
Browse files Browse the repository at this point in the history
  • Loading branch information
suyuan32 committed Aug 14, 2024
1 parent add2fba commit e56d56e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/views/fms/cloudFile/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
@change="handleChange"
:api="uploadApi"
:upload-params="providerParams"
:multiple="true"
class="my-5"
:accept="['image/*', 'video/*', 'audio/*']"
/>
Expand Down
1 change: 1 addition & 0 deletions src/views/fms/file/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
:maxNumber="10"
@change="handleChange"
:api="uploadApi"
:multiple="true"
class="my-5"
:accept="['image/*', 'video/*', 'audio/*']"
/>
Expand Down

0 comments on commit e56d56e

Please sign in to comment.