Skip to content

Commit b3ac4b0

Browse files
authored
feat: support multiple select image once upload (#577)
Signed-off-by: Bob Du <i@bobdu.cc>
1 parent a3f0ba8 commit b3ac4b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/views/chat/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -735,6 +735,7 @@ onUnmounted(() => {
735735
style="flex-flow:row nowrap;min-width:2.5em;padding:.5em;border-radius:.5em;"
736736
:headers="uploadHeaders"
737737
:show-file-list="false"
738+
:multiple="true"
738739
response-type="json"
739740
accept="image/png, image/jpeg, image/webp, image/gif"
740741
@finish="handleFinish"

0 commit comments

Comments
 (0)