dupe network request bug
This commit is contained in:
parent
f98bc0878c
commit
921df9e1aa
4 changed files with 96 additions and 15 deletions
|
@ -8,6 +8,7 @@ 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