Files

12 lines
180 B
Vue
Raw Permalink Normal View History

<template>
<div>
<NuxtLayout>
<NuxtPage />
</NuxtLayout>
</div>
</template>
<script setup lang="ts">
// App root wraps all pages in default layout
</script>