VERSION 1.0.2

This commit is contained in:
reco_luan 2019-07-08 14:37:08 +08:00
parent 147e4551d0
commit cd1d289b5b
2 changed files with 5 additions and 2 deletions

View File

@ -10,6 +10,7 @@
<div class="home-blog-wrapper">
<!-- 博客列表 -->
<note-abstract
v-if="showList"
class="blog-list"
:data="posts"
:currentPage="1"></note-abstract>
@ -86,7 +87,8 @@ export default {
data () {
return {
recoShow: false,
tags: []
tags: [],
showList: false
}
},
computed: {
@ -150,6 +152,7 @@ export default {
},
mounted () {
this.recoShow = true
this.showList = true
},
methods: {
//

View File

@ -1,6 +1,6 @@
{
"name": "vuepress-theme-reco",
"version": "1.0.1",
"version": "1.0.2",
"description": "this is a vuepress theme",
"main": "index.js",
"scripts": {