Skip to content

Commit 4ccfd86

Browse files
committed
fix: Update default value for showMobileMenu
1 parent 13c9848 commit 4ccfd86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/AppHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ const mobileLinks = computed<NavigationConfigWithGroups>(() => [
124124
])
125125
126126
const showFullSearch = shallowRef(false)
127-
const showMobileMenu = shallowRef(true)
127+
const showMobileMenu = shallowRef(false)
128128
const { env } = useAppConfig().buildInfo
129129
130130
// On mobile, clicking logo+search button expands search

0 commit comments

Comments
 (0)