Initial commit
This commit is contained in:
10
app/layouts/default.vue
Normal file
10
app/layouts/default.vue
Normal file
@@ -0,0 +1,10 @@
|
||||
<template>
|
||||
<AuthState v-slot="{ loggedIn }">
|
||||
<Register v-if="!loggedIn" />
|
||||
<template v-if="loggedIn">
|
||||
<AppBar />
|
||||
<slot />
|
||||
<AppFooter />
|
||||
</template>
|
||||
</AuthState>
|
||||
</template>
|
||||
Reference in New Issue
Block a user