fix: backup download link cannot be clicked. (#104)

pull/105/head
Ryan Wang 2020-03-18 01:55:11 +08:00 committed by GitHub
parent 79c4130ddd
commit 3f7b949d23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@
<a-list-item-meta>
<a
slot="title"
:href="backup.downloadUrl"
:href="backup.downloadLink"
>
<a-icon
type="schedule"

View File

@ -38,7 +38,7 @@
<a-list-item-meta>
<a
slot="title"
:href="file.downloadUrl"
:href="file.downloadLink"
>
<a-icon
type="schedule"