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

This commit is contained in:
2024-09-12 20:32:31 +08:00
parent a07ce3578b
commit 20a8b6335f

View File

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