Update README

1.0 v0.1.1
git 10 years ago
parent f28c9f6e98
commit aed4039bf8

@ -1,7 +1,7 @@
# vue-upload-component
> 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
``` html
<!-- Demo file ./index.html -->
<div id="app">
<file-upload title="Add upload files"></file-upload>
</div>
@ -31,8 +31,6 @@
</script>
```
## Build Setup
``` bash

@ -20,7 +20,6 @@
"Multiple",
"Component"
],
"author": "LianYue",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/lian-yue/vue-upload-component/issues"

Loading…
Cancel
Save