update the master branch to the latest
This commit is contained in:
parent
67d534df27
commit
23a0ba9831
611 changed files with 122648 additions and 0 deletions
17
examples/routers/upload.vue
Normal file
17
examples/routers/upload.vue
Normal file
|
@ -0,0 +1,17 @@
|
|||
<template>
|
||||
<Upload
|
||||
multiple
|
||||
type="drag"
|
||||
paste
|
||||
action="//jsonplaceholder.typicode.com/posts/">
|
||||
<div style="padding: 20px 0">
|
||||
<Icon type="ios-cloud-upload" size="52" style="color: #3399ff"></Icon>
|
||||
<p>Click or drag files here to upload</p>
|
||||
</div>
|
||||
</Upload>
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
|
||||
}
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue