first commit
This commit is contained in:
17
iview/examples/routers/upload.vue
Normal file
17
iview/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>
|
||||
Reference in New Issue
Block a user