增加了断点续传插件版 保留原始版本供学习原理使用

This commit is contained in:
QM303176530
2020-08-15 23:14:49 +08:00
parent f99bfe2c84
commit d1502d2b7d
12 changed files with 452 additions and 11 deletions

View File

@@ -51,6 +51,8 @@ import {auth} from '@/directive/auth'
// 按钮权限指令
auth(Vue)
import uploader from 'vue-simple-uploader'
Vue.use(uploader)
new Vue({
render: h => h(App),