mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-08-28 03:27:54 +08:00
更新 SubscribeHistoryDialog.vue
This commit is contained in:
@@ -156,9 +156,7 @@ const dropdownItems = ref([
|
|||||||
<template #loading>
|
<template #loading>
|
||||||
<LoadingBanner />
|
<LoadingBanner />
|
||||||
</template>
|
</template>
|
||||||
<template #empty>
|
<template #empty />
|
||||||
没有更多数据
|
|
||||||
</template>
|
|
||||||
<template v-for="(item, i) in historyList" :key="i">
|
<template v-for="(item, i) in historyList" :key="i">
|
||||||
<VListItem>
|
<VListItem>
|
||||||
<template #prepend>
|
<template #prepend>
|
||||||
|
|||||||
Reference in New Issue
Block a user