fix: delete test code

This commit is contained in:
reco_luan 2019-11-13 16:13:29 +08:00
parent e70903e847
commit fbff8a2ed4
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
<i
v-if="pageInfo.frontmatter.date"
class="iconfont reco-date">
<span>{{ pageInfo.frontmatter.date | formatDate }}{{$themeConfig.commentsSolution}}</span>
<span>{{ pageInfo.frontmatter.date | formatDate }}</span>
</i>
<i
v-if="hideAccessNumber !== true"

View File

@ -1,6 +1,6 @@
{
"name": "vuepress-theme-reco",
"version": "1.1.2-alpha.2",
"version": "1.1.2-alpha.3",
"description": "A simple and beautiful vuepress Blog & Doc theme.",
"main": "index.js",
"scripts": {