cleanup
This commit is contained in:
parent
187377ae4a
commit
dbe4001c62
@ -375,7 +375,6 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
async onSubmitUpload (evt) {
|
async onSubmitUpload (evt) {
|
||||||
// console.log(evt)
|
|
||||||
evt.preventDefault()
|
evt.preventDefault()
|
||||||
const uploadProgress = fileName => (progressEvent) => {
|
const uploadProgress = fileName => (progressEvent) => {
|
||||||
const progress = Math.round((progressEvent.loaded * 100) / progressEvent.total)
|
const progress = Math.round((progressEvent.loaded * 100) / progressEvent.total)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user