Skip to content

Commit

Permalink
Remove data from upload plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasHirt committed Apr 20, 2020
1 parent 6804a17 commit 724d3db
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/plugins/upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ import { join } from 'path'
export default {
install(Vue) {
Vue.mixin({
data() {
return {
chunkedUploadFilesInProgress: []
}
},

methods: {
uploadChunkedFile(file, path, options) {
// TODO: proper handling of directory uploads which have a path prefix
Expand Down

0 comments on commit 724d3db

Please sign in to comment.