Nuxt/test/fixtures/runtime-compiler/components/Helloworld.vue

6 lines
114 B
Vue
Raw Normal View History

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