Skip to content

Commit d6649b5

Browse files
committed
refactor(playground): demo core styles
1 parent e497d76 commit d6649b5

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

playground/app.vue

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,12 @@ useSeoMeta({
4444
<AppDialog class="d-print-none" />
4545
</v-app>
4646
</template>
47+
48+
<style>
49+
.link-hover {
50+
text-decoration: none;
51+
}
52+
.link-hover:hover {
53+
text-decoration: underline;
54+
}
55+
</style>

0 commit comments

Comments
 (0)