fix:The first post shows bugs with no data yet

pull/572/head
OldCat 2 months ago
parent c531e00474
commit 0a8bb0512a

@ -5,7 +5,7 @@
<n-list class="main-content-wrap" bordered>
<n-list-item>
<n-spin :show="loading">
<div class="detail-wrap" v-if="post.id > 1">
<div class="detail-wrap" v-if="post.id > 0">
<post-detail :post="post" @reload="reloadPost" />
</div>
<div class="empty-wrap" v-else>

Loading…
Cancel
Save