Skip to content

Commit b3a93ef

Browse files
committed
fix: add AppSearch only on client-side
1 parent a576ec7 commit b3a93ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

components/app/AppHeader.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ defineProps({
2424
</div>
2525

2626
<div class="section right">
27-
<!-- <AppSearch v-if="hasDocSearch" /> -->
28-
<AppSearch />
27+
<ClientOnly><AppSearch /></ClientOnly>
2928
<ThemeSelect />
3029
<div class="social-icons">
3130
<AppSocialIcons />

0 commit comments

Comments
 (0)