Skip to content

Commit

Permalink
fix($theme-default): Extending Layout.vue causes the Sidebar to dis…
Browse files Browse the repository at this point in the history
…appear (close: #1045)
  • Loading branch information
ulivz committed Nov 29, 2018
1 parent c816e58 commit 8dd418e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/@vuepress/theme-default/layouts/Layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ export default {
shouldShowSidebar () {
const { frontmatter } = this.$page
return (
!frontmatter.layout &&
!frontmatter.home &&
frontmatter.sidebar !== false &&
this.sidebarItems.length
Expand Down

0 comments on commit 8dd418e

Please sign in to comment.