This commit is contained in:
23
app/layouts/unauthenticated.vue
Normal file
23
app/layouts/unauthenticated.vue
Normal file
@@ -0,0 +1,23 @@
|
||||
<template>
|
||||
<UApp>
|
||||
<UHeader>
|
||||
<template #left>
|
||||
<AppLogo />
|
||||
</template>
|
||||
|
||||
<template #right>
|
||||
<UColorModeButton />
|
||||
</template>
|
||||
</UHeader>
|
||||
|
||||
<UMain>
|
||||
<slot />
|
||||
</UMain>
|
||||
|
||||
<UFooter>
|
||||
<template #left />
|
||||
|
||||
<template #right />
|
||||
</UFooter>
|
||||
</UApp>
|
||||
</template>
|
||||
Reference in New Issue
Block a user