You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
866 B
42 lines
866 B
# vue-upload-component
|
|
|
|
>
|
|
|
|
> Vue.js file upload component
|
|
> The component is just a button
|
|
|
|
|
|
- [x] Multi-file upload
|
|
- [x] Upload directory
|
|
- [x] Drag upload
|
|
- [x] Drag the directory
|
|
- [x] Upload multiple files at the same time
|
|
- [x] html4 (IE 9)
|
|
- [x] `PUT` method
|
|
- [x] Customize the filter
|
|
- [x] thumbnails
|
|
|
|
> Vue.js 文件上传组建
|
|
> 组件只是一个按钮
|
|
|
|
- [x] 上传多文件
|
|
- [x] 上传目录
|
|
- [x] 拖拽
|
|
- [x] 拖拽目录
|
|
- [x] 多线程
|
|
- [x] html4(IE 9)
|
|
- [x] `PUT` 方法
|
|
- [x] 自定义过滤器
|
|
- [x] 缩略图
|
|
|
|
# 演示 (Example)
|
|
|
|
https://lian-yue.github.io/vue-upload-component/
|
|
|
|
|
|
# 文档 (Documents)
|
|
|
|
**[中文文档](https://github.com/lian-yue/vue-upload-component/tree/2.0/docs/zh-cn/README.md)**
|
|
|
|
**[English document](https://github.com/lian-yue/vue-upload-component/tree/2.0/docs/en/README.md)**
|