Skip to content

Commit

Permalink
#247 - fix: client only not possible?
Browse files Browse the repository at this point in the history
  • Loading branch information
AloisSeckar committed Jul 19, 2024
1 parent 2151945 commit 87e2491
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@
WBSC Scoring <span class="text-red-500">Creator</span>
</h1>
</header>
<ClientOnly>
<div class="text-left sm:text-justify mb-16">
<NuxtPage />
</div>
<footer class="fixed bottom-0 left-0 w-full p-1 bg-wbsc-blue text-black text-xs">
{{ $t('footer.creator') }}
<NuxtLink to="http://alois-seckar.cz" class="text-white hover:text-yellow-300">
Alois Sečkár
</NuxtLink>
(2019-{{ new Date().getFullYear() }})
{{ $t('footer.version') }}
<strong>{{ useAppConfig().fullVersion }}</strong>
</footer>
</ClientOnly>
<!-- <ClientOnly> -->
<div class="text-left sm:text-justify mb-16">
<NuxtPage />
</div>
<footer class="fixed bottom-0 left-0 w-full p-1 bg-wbsc-blue text-black text-xs">
{{ $t('footer.creator') }}
<NuxtLink to="http://alois-seckar.cz" class="text-white hover:text-yellow-300">
Alois Sečkár
</NuxtLink>
(2019-{{ new Date().getFullYear() }})
{{ $t('footer.version') }}
<strong>{{ useAppConfig().fullVersion }}</strong>
</footer>
<!-- </ClientOnly> -->
</div>
</div>
</div>
Expand Down

0 comments on commit 87e2491

Please # to comment.