Skip to content
This repository has been archived by the owner on Jun 29, 2021. It is now read-only.

Commit

Permalink
Fix bug with vuepress build hanging
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel committed Oct 13, 2019
1 parent 769686c commit a0c57e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vuepress/theme/global-components/Aside.vue
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export default {
]
};
},
created() {
mounted() {
this.changeCurrentBook();
},
computed: {
Expand All @@ -171,7 +171,7 @@ export default {
this.currentBookIndex = randomBookIndex;
}, 10000);
}
}
},
};
</script>

Expand Down

0 comments on commit a0c57e8

Please sign in to comment.