优化 blogContent加载完成前工具栏出现的问题
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user