Skip to content

Commit e5a2bd7

Browse files
committed
fix: no erasing
1 parent 6998cce commit e5a2bd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/index.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
<VueWriter
1717
:array="[
1818
`${age} y/o • TNFSH • Developer`
19-
]" :erase-speed="75" :type-speed="100"
19+
]" :iterations="1" :type-speed="100"
2020
class="after:content-['\_'] after:font-mono after:animate-ping"
2121
/>
2222
</h2>
2323
<p class="text-lg">
24-
一個來自台灣 🇹🇼 的網頁設計師 👨🏻‍💻、Podcast 愛好者 📻、部落客 ✍️ 和學生 👨‍🎓。
24+
一個來自台灣 🇹🇼 的網頁設計師 👨🏻‍💻、電台聽眾 📻、部落客 ✍️ 和學生 👨‍🎓。
2525
<br/>
2626
目前正在學習 <NuxtLink to="https://go.dev" target="_blank" class="decoration-2 hover:underline">Go</NuxtLink> <FAIcon category="fab" icon="golang" tailwind="text-sky-600 dark:text-sky-400"/>、<NuxtLink to="https://aws.amazon.com/tw/what-is/sql/" target="_blank" class="decoration-2 hover:underline">SQL</NuxtLink> <FAIcon category="fas" icon="database" tailwind="text-blue-600 dark:text-blue-400"/>、<NuxtLink to="https://git-scm.com" target="_blank" class="decoration-2 hover:underline">Git</NuxtLink> <FAIcon category="fab" icon="git-alt" tailwind="text-orange-600 dark:text-orange-400"/> 和 <NuxtLink to="https://nodejs.org" target="_blank" class="decoration-2 hover:underline">Node.js</NuxtLink> <FAIcon category="fab" icon="node-js" tailwind="text-lime-600 dark:text-lime-400"/> ……<!-- WHAT A MESS?-->
2727
</p>

0 commit comments

Comments
 (0)