File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1010 <div class =" home-blog-wrapper" >
1111 <!-- 博客列表 -->
1212 <note-abstract
13+ v-if =" showList"
1314 class =" blog-list"
1415 :data =" posts"
1516 :currentPage =" 1" ></note-abstract >
@@ -86,7 +87,8 @@ export default {
8687 data () {
8788 return {
8889 recoShow: false ,
89- tags: []
90+ tags: [],
91+ showList: false
9092 }
9193 },
9294 computed: {
@@ -150,6 +152,7 @@ export default {
150152 },
151153 mounted () {
152154 this .recoShow = true
155+ this .showList = true
153156 },
154157 methods: {
155158 // 根据分类获取页面数据
Original file line number Diff line number Diff line change 11{
22 "name" : " vuepress-theme-reco" ,
3- "version" : " 1.0.1 " ,
3+ "version" : " 1.0.2 " ,
44 "description" : " this is a vuepress theme" ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments