Linting.
This commit is contained in:
parent
e45f7fe877
commit
fbc4889ece
|
@ -39,7 +39,7 @@ const mediaUpload = {
|
|||
self.decreaseUploadCount()
|
||||
})
|
||||
},
|
||||
decreaseUploadCount() {
|
||||
decreaseUploadCount () {
|
||||
this.uploadCount--
|
||||
if (this.uploadCount === 0) {
|
||||
this.$emit('all-uploaded')
|
||||
|
|
Loading…
Reference in New Issue