|
|
|
@ -1,7 +1,7 @@
|
|
|
|
# vue-upload-component
|
|
|
|
# vue-upload-component
|
|
|
|
|
|
|
|
|
|
|
|
> Vue.js file upload component, Support for multiple file uploads, progress, html4, ie9
|
|
|
|
> Vue.js file upload component, Support for multiple file uploads, progress, html4, ie9
|
|
|
|
**Html4 does not support the progress bar, file size, timeout, headers, response status code error of judgment**
|
|
|
|
**Html4 does not support the progress bar, file size, accept, timeout, headers, response status code error of judgment**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -14,7 +14,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
## Demo
|
|
|
|
## Demo
|
|
|
|
``` html
|
|
|
|
``` html
|
|
|
|
|
|
|
|
<!-- Demo file ./index.html -->
|
|
|
|
<div id="app">
|
|
|
|
<div id="app">
|
|
|
|
<file-upload title="Add upload files"></file-upload>
|
|
|
|
<file-upload title="Add upload files"></file-upload>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
@ -31,8 +31,6 @@
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Build Setup
|
|
|
|
## Build Setup
|
|
|
|
|
|
|
|
|
|
|
|
``` bash
|
|
|
|
``` bash
|
|
|
|
|