Skip to content

Commit

Permalink
fix: no need to have client-only for AppSearch
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed Jul 12, 2023
1 parent 6f9af8e commit bb9c50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/app/AppHeader.vue
Expand Up @@ -24,7 +24,7 @@ defineProps({
</div>
<div class="section right">
<ClientOnly><AppSearch /></ClientOnly>
<AppSearch />
<ThemeSelect />
<div class="social-icons">
<AppSocialIcons />
Expand Down

0 comments on commit bb9c50f

Please sign in to comment.