download cancel and progress
This commit is contained in:
parent
921df9e1aa
commit
6db3009e5f
5 changed files with 21 additions and 28 deletions
|
@ -8,7 +8,6 @@ module.exports = function(state, emit) {
|
|||
|
||||
function download(event) {
|
||||
event.preventDefault();
|
||||
console.log("DOWNLOAD FIRE")
|
||||
emit('download', state.fileInfo);
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue