mirror of
https://github.com/Luzifer/share.git
synced 2025-01-08 19:41:29 +00:00
Compare commits
2 commits
9fa256ccf3
...
6344610c18
Author | SHA1 | Date | |
---|---|---|---|
6344610c18 | |||
a4c32175a8 |
2 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
# 0.14.1 / 2024-03-22
|
||||||
|
|
||||||
|
* Fix: Download-Button not linked to file
|
||||||
|
|
||||||
# 0.14.0 / 2024-03-18
|
# 0.14.0 / 2024-03-18
|
||||||
|
|
||||||
* Port frontend to Vue 3 / Bootstrap 5.3
|
* Port frontend to Vue 3 / Bootstrap 5.3
|
||||||
|
|
|
@ -100,9 +100,12 @@
|
||||||
>
|
>
|
||||||
<div class="card-body text-center">
|
<div class="card-body text-center">
|
||||||
<h2><i class="fas fa-cloud-download-alt" /></h2>
|
<h2><i class="fas fa-cloud-download-alt" /></h2>
|
||||||
<button class="btn btn-success">
|
<a
|
||||||
|
class="btn btn-success"
|
||||||
|
:href="path"
|
||||||
|
>
|
||||||
{{ fileName }}
|
{{ fileName }}
|
||||||
</button>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in a new issue