更新 SubscribeHistoryDialog.vue

This commit is contained in:
jxxghp
2024-04-19 17:08:41 +08:00
committed by GitHub
parent cfbc5802e4
commit e85c2870e2
@@ -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>