Skip to content

Commit 99816ea

Browse files
committed
style: apply tailwindcss class in home page title
1 parent 8a1c69a commit 99816ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div>
3-
<h1>Welcome to the homepage</h1>
3+
<h1 class="text-3xl font-bold">Tailwind Class</h1>
44
<p>Glad that you had try my template</p>
55
</div>
66
</template>

0 commit comments

Comments
 (0)