Skip to content

Commit e02121c

Browse files
committed
appear test
1 parent 190d228 commit e02121c

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

components/content/appear.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
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"
55
style="filter: url(#textedit)"
66
>
7+
{{ text }}
78
<span
89
v-for="(word, index) in words"
910
:key="index"

pages/news/[...id].vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
:class="{ loaded, finalpath: status !== 'pending' }"
66
>
77
<div class="mx-auto mb-24 text-center">
8-
<ClientOnly
9-
><Appear class="mb-8!" :text="data?.title || ''"
10-
/></ClientOnly>
8+
<Appear class="mb-8!" :text="data?.title || ''" />
119
<div class="mb-4 text-center">
1210
<NuxtLink
1311
to="/news"

0 commit comments

Comments
 (0)