mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
perf(theme): improve CommentService
This commit is contained in:
parent
bf35ec11d3
commit
1f003a42c4
@ -136,7 +136,9 @@ watch(
|
||||
<slot name="doc-footer-before" />
|
||||
</template>
|
||||
</VPDocFooter>
|
||||
<CommentService v-if="hasComments" :darkmode="isDark" vp-comment />
|
||||
<template v-if="hasComments">
|
||||
<CommentService :darkmode="isDark" vp-comment />
|
||||
</template>
|
||||
<slot name="doc-after" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user