fix: ui
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user