You've already forked AstralRinth
forked from didirus/AstralRinth
Fix downloading files on version pages not working
This commit is contained in:
@@ -125,7 +125,7 @@
|
||||
</div>
|
||||
<a
|
||||
:href="file.url"
|
||||
@click.prevent="downloadFile(file.hashes.sha1, file.url)"
|
||||
@click.prevent="$parent.downloadFile(file.hashes.sha1, file.url)"
|
||||
>
|
||||
<DownloadIcon />
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user