mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
fix(theme): incorrect display of the home local nav
This commit is contained in:
parent
9b1d0d3a25
commit
6e494c2d3a
@ -47,7 +47,7 @@ const classes = computed(() => {
|
||||
})
|
||||
|
||||
const showLocalNav = computed(() => {
|
||||
return (hasSidebar.value || isBlogPost) && (!empty.value || y.value >= navHeight.value)
|
||||
return (hasSidebar.value || isBlogPost.value) && (!empty.value || y.value >= navHeight.value)
|
||||
})
|
||||
</script>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user