fix downloading icon

This commit is contained in:
jxxghp
2023-08-17 14:37:09 +08:00
parent 76592cfbb8
commit 309e85c024
+4 -3
View File
@@ -109,9 +109,10 @@ async function deleteDownload() {
</VCardText> </VCardText>
<VCardActions class="justify-space-between"> <VCardActions class="justify-space-between">
<VBtn @click="toggleDownload"> <VBtn
<span class="ms-2">{{ isDownloading ? "暂停" : "开始" }}</span> :icon="`${isDownloading ? 'mdi-pause' : 'mdi-play'}`"
</VBtn> @click="toggleDownload"
/>
<VBtn <VBtn
color="error" color="error"
icon="mdi-trash-can-outline" icon="mdi-trash-can-outline"