feat: nuxt basics
This commit is contained in:
6
front-nuxt/app/layouts/auth.vue
Normal file
6
front-nuxt/app/layouts/auth.vue
Normal file
@@ -0,0 +1,6 @@
|
||||
<template>
|
||||
<header>
|
||||
Loging header actions
|
||||
</header>
|
||||
<slot/>
|
||||
</template>
|
||||
7
front-nuxt/app/layouts/default.vue
Normal file
7
front-nuxt/app/layouts/default.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<template>
|
||||
<main>
|
||||
<header>Header</header>
|
||||
<slot />
|
||||
<footer>Footer</footer>
|
||||
</main>
|
||||
</template>
|
||||
Reference in New Issue
Block a user