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
npm install @waf2-0/vue-upload-componentPUT method
bash
npm install vue-upload-component --save
`
Vue3
` bash
npm install vue-upload-component@next --save
`
Documentation
https://lian-yue.github.io/vue-upload-component/#/documents
> Vue.js 文件上传组件
> 组件只是一个按钮
- [x] 上传多文件
- [x] 上传目录
- [x] 拖拽
- [x] 拖拽目录
- [x] 多线程
- [x] html4(IE 9)
- [x] PUT 方法
- [x] 自定义过滤器
- [x] 缩略图
演示
https://lian-yue.github.io/vue-upload-component/#/zh-cn/
安装
` bash
npm install vue-upload-component --save
`
Vue3
` bash
npm install vue-upload-component@next --save
``