We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d2deb6 commit ba9ad0aCopy full SHA for ba9ad0a
components/upload/demo/basic.md
@@ -10,7 +10,7 @@ Classic mode. File selection dialog pops up when upload button is clicked.
10
11
```html
12
<template>
13
- <a-upload name="file" action="//jsonplaceholder.typicode.com/posts/" :headers="headers" @change="handleChange">
+ <a-upload name="file" :multiple="true" action="//jsonplaceholder.typicode.com/posts/" :headers="headers" @change="handleChange">
14
<a-button>
15
<a-icon type="upload" /> Click to Upload
16
</a-button>
0 commit comments