mirror of
https://github.com/nuxt/nuxt.git
synced 2024-12-04 11:27:13 +00:00
7 lines
91 B
Vue
7 lines
91 B
Vue
|
<template>
|
||
|
<NuxtLayout>
|
||
|
<p>Nuxt App</p>
|
||
|
<NuxtPage />
|
||
|
</NuxtLayout>
|
||
|
</template>
|