更新 DownloadingListView.vue

This commit is contained in:
jxxghp
2023-07-05 11:46:19 +08:00
committed by GitHub
parent c37333abbd
commit efa4228cd5

View File

@@ -53,6 +53,12 @@ onUnmounted(() => {
</script>
<template>
<VProgressCircular
class="centered"
v-if="!isRefreshed"
indeterminate
color="primary"
></VProgressCircular>
<PullRefresh v-model="loading" @refresh="onRefresh">
<div class="grid gap-3 grid-downloading-card" v-if="dataList.length > 0">
<DownloadingCard v-for="data in dataList" :key="data.hash" :info="data" />