Nuxt/packages/nuxt3/test/fixture/components/Nuxt3.server.vue
Daniel Roe b38dc097f6
feat(nuxt3): allow separating client and server components (#4390)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2022-04-19 21:13:55 +02:00

6 lines
75 B
Vue

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