BUG fix: HomeTopicSkeleton
This commit is contained in:
parent
c9358424f9
commit
8e0bcd802d
|
@ -113,7 +113,9 @@ onBeforeUnmount(() => {
|
|||
</TransitionGroup>
|
||||
|
||||
<!-- Skeleton -->
|
||||
<HomeTopicSkeleton v-if="!topics.length || isLoading" />
|
||||
<HomeTopicSkeleton :number="17" v-if="!topics.length" />
|
||||
|
||||
<HomeTopicSkeleton v-if="isLoading" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Reference in a new issue