1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-01 22:03:39 +00:00
Nuxt/test/fixtures/runtime-compiler/components/Helloworld.vue

6 lines
115 B
Vue
Raw Normal View History

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