We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13c9848 commit 4ccfd86Copy full SHA for 4ccfd86
app/components/AppHeader.vue
@@ -124,7 +124,7 @@ const mobileLinks = computed<NavigationConfigWithGroups>(() => [
124
])
125
126
const showFullSearch = shallowRef(false)
127
-const showMobileMenu = shallowRef(true)
+const showMobileMenu = shallowRef(false)
128
const { env } = useAppConfig().buildInfo
129
130
// On mobile, clicking logo+search button expands search
0 commit comments