Nuxt/packages/nuxt3/test/fixture/components/Nuxt3.vue
fgiraud 6b873f15bc
chore(nuxt3): add tests, comments and example for components scan (#1455)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-11-15 17:22:46 +01:00

6 lines
75 B
Vue

<template>
<b style="color: #00C58E">
From Nuxt 3
</b>
</template>