VERSION 1.0.2
This commit is contained in:
parent
147e4551d0
commit
cd1d289b5b
@ -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: {
|
||||
// 根据分类获取页面数据
|
||||
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user