summaryrefslogtreecommitdiff
path: root/layouts/default.vue
blob: 128a9c6beb6d5b69576d4a48c40795d5501e6f09 (plain)
1
2
3
4
5
6
7
8
<template>
  <div>
    <VHeader />
    <main>
      <Nuxt />
    </main>
  </div>
</template>