We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 190d228 commit e02121cCopy full SHA for e02121c
2 files changed
components/content/appear.vue
@@ -4,6 +4,7 @@
4
class="target mx-auto mb-24 max-w-container-max text-center font-display text-3xl font-light sm:max-w-[18em] sm:text-4xl lg:text-5xl lg:leading-14 lg:font-light"
5
style="filter: url(#textedit)"
6
>
7
+ {{ text }}
8
<span
9
v-for="(word, index) in words"
10
:key="index"
pages/news/[...id].vue
@@ -5,9 +5,7 @@
:class="{ loaded, finalpath: status !== 'pending' }"
<div class="mx-auto mb-24 text-center">
- <ClientOnly
- ><Appear class="mb-8!" :text="data?.title || ''"
- /></ClientOnly>
+ <Appear class="mb-8!" :text="data?.title || ''" />
11
<div class="mb-4 text-center">
12
<NuxtLink
13
to="/news"
0 commit comments