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