Skip to content

Commit

Permalink
Set ClientOnly for Descendants spinner
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira committed Aug 8, 2023
1 parent 1669ff3 commit bb488e1
Showing 1 changed file with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<template>
<VCard>
<VSpinner
v-if="isLoading"
logo-class="w-8 h-8"
legend=""
/>
<ClientOnly>
<VSpinner
v-if="isLoading"
logo-class="w-8 h-8"
legend=""
/>
</ClientOnly>
<VCardHeader class="flex justify-between">
<h2 class="text-md">Descendants and synonyms</h2>
<PanelDropdown panel-key="panel:descendants" />
Expand Down

0 comments on commit bb488e1

Please sign in to comment.