提交 748fa7f7 编写于 作者: E Evan You

fix: show navbar in more conditions (close #170)

上级 c83b9517
......@@ -36,10 +36,11 @@ export default {
shouldShowNavbar () {
const { themeConfig } = this.$site
return (
this.$site.title ||
this.$title ||
themeConfig.logo ||
themeConfig.repo ||
themeConfig.nav
themeConfig.nav ||
this.$themeLocaleConfig.nav
)
},
shouldShowSidebar () {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册