Update README

master
git 8 years ago
parent 104dbebc58
commit 87ff993153

@ -1,6 +1,11 @@
# vue-upload-component
>
> Vue.js file upload component
> The component is just a button
- [x] Multi-file upload
- [x] Upload directory
- [x] Drag upload
@ -11,8 +16,9 @@
- [x] Customize the filter
- [x] thumbnails
> Vue.js 文件上传组建
> 组件只是一个按钮
- [x] 上传多文件
- [x] 上传目录
- [x] 拖拽

2
dist/example.js vendored

@ -4197,7 +4197,7 @@
attrs: {
"for": _vm.name
}
}, [_vm._v("Click")])])])])])]), _vm._v(" "), _c('div', {
}, [_vm._v("Click")])])])])])]), _vm._v(" "), _c('h1', [_vm._v("Allow to drag and drop")]), _vm._v(" "), _c('div', {
directives: [{
name: "show",
rawName: "v-show",

File diff suppressed because one or more lines are too long

@ -167,6 +167,7 @@ table th,table td {
</tbody>
</table>
</div>
<h1>Allow to drag and drop</h1>
<div v-show="$refs.upload && $refs.upload.dropActive" class="drop-active">
Drop ing
</div>

@ -1,7 +1,7 @@
{
"name": "vue-upload-component",
"description": "Vue.js file upload component, Support for multiple file uploads, progress, html5, html4, support ie9",
"version": "2.5.0-beta.3",
"description": "Vue.js file upload component, Multi-file upload, Upload directory, Drag upload, Drag the directory, Upload multiple files at the same time, html4 (IE 9), `PUT` method, Customize the filter",
"version": "2.5.0-beta.4",
"author": "LianYue",
"scripts": {
"dev": "webpack-dev-server --inline --hot",

Loading…
Cancel
Save