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 e70903e commit fbff8a2Copy full SHA for fbff8a2
components/PageInfo.vue
@@ -8,7 +8,7 @@
8
<i
9
v-if="pageInfo.frontmatter.date"
10
class="iconfont reco-date">
11
- <span>{{ pageInfo.frontmatter.date | formatDate }}{{$themeConfig.commentsSolution}}</span>
+ <span>{{ pageInfo.frontmatter.date | formatDate }}</span>
12
</i>
13
14
v-if="hideAccessNumber !== true"
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vuepress-theme-reco",
3
- "version": "1.1.2-alpha.2",
+ "version": "1.1.2-alpha.3",
4
"description": "A simple and beautiful vuepress Blog & Doc theme.",
5
"main": "index.js",
6
"scripts": {
0 commit comments