mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-12 00:53:55 +00:00
a0f81cd1fb
Co-authored-by: Daniel Roe <daniel@roe.dev>
13 lines
168 B
Vue
13 lines
168 B
Vue
<template>
|
|
<div>
|
|
<HelloWorld />
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
import { defineNuxtComponent } from '@nuxt/app'
|
|
|
|
export default defineNuxtComponent({
|
|
})
|
|
</script>
|