1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-02 11:42:43 +00:00
Nuxt/test/fixtures/runtime-compiler/components/Helloworld.vue
2023-04-06 04:51:32 -07:00

6 lines
114 B
Vue

<script>
export default defineNuxtComponent({
template: '<div>hello, Helloworld.vue here ! </div>'
})
</script>