mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-23 01:09:50 +08:00
更新 DownloadingListView.vue
This commit is contained in:
@@ -53,6 +53,12 @@ onUnmounted(() => {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
<VProgressCircular
|
||||||
|
class="centered"
|
||||||
|
v-if="!isRefreshed"
|
||||||
|
indeterminate
|
||||||
|
color="primary"
|
||||||
|
></VProgressCircular>
|
||||||
<PullRefresh v-model="loading" @refresh="onRefresh">
|
<PullRefresh v-model="loading" @refresh="onRefresh">
|
||||||
<div class="grid gap-3 grid-downloading-card" v-if="dataList.length > 0">
|
<div class="grid gap-3 grid-downloading-card" v-if="dataList.length > 0">
|
||||||
<DownloadingCard v-for="data in dataList" :key="data.hash" :info="data" />
|
<DownloadingCard v-for="data in dataList" :key="data.hash" :info="data" />
|
||||||
|
|||||||
Reference in New Issue
Block a user