File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
packages/vuepress-theme-reco Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 6969 </div >
7070 </ModuleTransition >
7171
72- <ModuleTransition delay =" 0.24 " >
72+ <ModuleTransition delay =" 0.32 " >
7373 <Comments v-if =" recoShowModule" :isShowComments =" shouldShowComments" />
7474 </ModuleTransition >
7575 </main >
@@ -104,7 +104,7 @@ export default {
104104 )
105105 },
106106 showAccessNumber () {
107- return this .$themeConfig .commentsSolution === ' valine '
107+ return this .$themeConfig .valineConfig !== undefined
108108 },
109109 lastUpdated () {
110110 return this .$page .lastUpdated
Original file line number Diff line number Diff line change 22 <Common >
33 <component v-if =" $frontmatter.home" :is =" homeCom" />
44 <Page v-else :sidebar-items =" sidebarItems" />
5+ <Comments :isShowComments =" false" />
56 <Footer v-if =" $frontmatter.home" class =" footer" />
67 </Common >
78</template >
You can’t perform that action at this time.
0 commit comments