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