优化 blogContent加载完成前工具栏出现的问题

This commit is contained in:
2024-09-12 20:32:31 +08:00
parent 7b5dacf723
commit 36d33d9f11

View File

@@ -87,7 +87,7 @@ onUnmounted(() => {
<BlogComment v-if="loadStatus == 1" v-model="blogCommentReload" />
</div>
<BlogContentToolBar @comment-success="blogCommentReload = true;" />
<BlogContentToolBar v-if="loadStatus == 1" @comment-success="blogCommentReload = true;" />
</template>
<style scoped>
.bcc {