feat: nuxt basics

This commit is contained in:
2025-10-24 12:55:14 +02:00
parent 51df03a76c
commit f1468ede1a
17 changed files with 243 additions and 21 deletions

View File

@@ -0,0 +1,6 @@
<template>
<header>
Loging header actions
</header>
<slot/>
</template>

View File

@@ -0,0 +1,7 @@
<template>
<main>
<header>Header</header>
<slot />
<footer>Footer</footer>
</main>
</template>