added nuct page instead of slot

This commit is contained in:
Mamalizz
2025-02-06 22:57:35 +03:30
parent 824e9535f6
commit dfcb797342
3 changed files with 9 additions and 17 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ const nextPage = computed(() => route.meta.nextPage);
<div
class="flex flex-col w-full gap-4 lg:gap-6 lg:w-9/12 shrink-0"
>
<slot />
<NuxtPage />
</div>
<div