trying to fix duplicated layout

This commit is contained in:
2023-08-21 16:18:53 +02:00
parent 02ddb76d39
commit 38834ccac2
2 changed files with 1 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ const getColor = computed(() => appConfig.ui.primary)
<div class="relative z-50">
<Header />
<UContainer>
<NuxtPage />
<slot />
</UContainer>
<Footer />
</div>