We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3abb42c commit 46ca784Copy full SHA for 46ca784
components/Page.vue
@@ -8,7 +8,7 @@
8
<div v-show="recoShowModule" class="page-title">
9
<h1>{{$page.title}}</h1>
10
<hr>
11
- <PageInfo :pageInfo="$page" :showAccessNumber="true"></PageInfo>
+ <PageInfo :pageInfo="$page" :showAccessNumber="showAccessNumber"></PageInfo>
12
</div>
13
</ModuleTransition>
14
@@ -98,6 +98,9 @@ export default {
98
},
99
100
computed: {
101
+ showAccessNumber () {
102
+ return this.$themeConfig.commentsSolution === 'valine'
103
+ },
104
lastUpdated () {
105
return this.$page.lastUpdated
106
0 commit comments