Skip to content

Commit

Permalink
chore: client only
Browse files Browse the repository at this point in the history
  • Loading branch information
HuberTRoy committed Nov 5, 2024
1 parent 49e9cbb commit 16222ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vuepress/components/Chatbox.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div :class="['chatbox', showPopover ? 'open' : '']">
<Client-only>
<ClientOnly>
<Popover
v-model:show="showPopover"
placement="top-end"
Expand Down Expand Up @@ -64,7 +64,7 @@
></Icon>
</template>
</Popover>
</Client-only>
</ClientOnly>
</div>
</template>

Expand Down

0 comments on commit 16222ac

Please sign in to comment.