This commit is contained in:
yanghao05
2025-04-29 14:30:05 +08:00
parent dfb3d8674c
commit b9ed187274
2 changed files with 19 additions and 15 deletions

View File

@@ -83,8 +83,7 @@ onMounted(() => {
暂无文章
</div>
<ArticleListItem v-for="article in articles" :key="article.id" :article="{ ...article, bought: true }"
class="mb-4" />
<ArticleListItem v-for="article in articles" :key="article.id" :article="article" class="mb-4" />
<div ref="loadingTrigger" class="py-4 text-center" v-show="hasMore || loading">
<div v-if="loading"