Skip to content
Snippets Groups Projects
app.vue 72 B
<template>
  <NuxtLayout>
     <NuxtPage />
  </NuxtLayout>
</template>