完善upload demo

This commit is contained in:
wangxueliang 2018-04-19 10:32:11 +08:00
parent 3969bb49f5
commit cc2d9c4015

View File

@ -10,7 +10,7 @@ Classic mode. File selection dialog pops up when upload button is clicked.
```html
<template>
<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">
<a-button>
<a-icon type="upload" /> Click to Upload
</a-button>