@ -90,10 +90,20 @@ npm run build
## Setting
### Data
``` json
``` js
{
files: [
files: [{
id: 'String',
//
name: 'filename String',
size: 'filesize Number',
progress: 'progress String',
active: 'active Boolean',
error: 'error String',
errno: 'errno String',
success: 'success Boolean',
data: 'Response data Object or String',
request: {
headers: {
"X-Csrf-Token": "xxxx",
@ -102,7 +112,9 @@ npm run build
"_csrf_token": "xxxxxx",
},
}],
}
],
// Global
@ -1,7 +1,7 @@
"name": "vue-upload-component",
"description": "Vue.js file upload component, Support for multiple file uploads, progress, html4, ie9",
"description": "Vue.js file upload component, Support for multiple file uploads, progress, html5, html4, support ie9",
"version": "0.1.4",
"version": "0.1.5",
"author": "LianYue",
"scripts": {
"dev": "webpack-dev-server --inline --hot",