mirror of https://github.com/halo-dev/halo
fix: backup download link cannot be clicked. (halo-dev/console#104)
parent
31ae8f0357
commit
fe2ed25541
|
@ -38,7 +38,7 @@
|
|||
<a-list-item-meta>
|
||||
<a
|
||||
slot="title"
|
||||
:href="backup.downloadUrl"
|
||||
:href="backup.downloadLink"
|
||||
>
|
||||
<a-icon
|
||||
type="schedule"
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
<a-list-item-meta>
|
||||
<a
|
||||
slot="title"
|
||||
:href="file.downloadUrl"
|
||||
:href="file.downloadLink"
|
||||
>
|
||||
<a-icon
|
||||
type="schedule"
|
||||
|
|
Loading…
Reference in New Issue