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

Commit a0c57e8

Browse files
author
Daniel
committed
Fix bug with vuepress build hanging
1 parent 769686c commit a0c57e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .vuepress/theme/global-components/Aside.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ export default {
156156
]
157157
};
158158
},
159-
created() {
159+
mounted() {
160160
this.changeCurrentBook();
161161
},
162162
computed: {
@@ -171,7 +171,7 @@ export default {
171171
this.currentBookIndex = randomBookIndex;
172172
}, 10000);
173173
}
174-
}
174+
},
175175
};
176176
</script>
177177

0 commit comments

Comments
 (0)