Skip to content

Commit

Permalink
fix: add AppSearch only on client-side
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed Jul 12, 2023
1 parent a576ec7 commit b3a93ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/app/AppHeader.vue
Expand Up @@ -24,8 +24,7 @@ defineProps({
</div>
<div class="section right">
<!-- <AppSearch v-if="hasDocSearch" /> -->
<AppSearch />
<ClientOnly><AppSearch /></ClientOnly>
<ThemeSelect />
<div class="social-icons">
<AppSocialIcons />
Expand Down

0 comments on commit b3a93ef

Please sign in to comment.