app.vue 71 B

12345
  1. <template>
  2. <NuxtLayout>
  3. <NuxtPage />
  4. </NuxtLayout>
  5. </template>