mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 17:43:59 +00:00
12 lines
120 B
Vue
12 lines
120 B
Vue
<template>
|
|
<b class="nuxt3">
|
|
From Nuxt 3
|
|
</b>
|
|
</template>
|
|
|
|
<style scoped>
|
|
.nuxt3 {
|
|
color: #00C58E;
|
|
}
|
|
</style>
|