create login page
This commit is contained in:
parent
6b31d89e1d
commit
5b3549068b
6 changed files with 88 additions and 42 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<h1 v-if="page" class="sr-only">{{ page.content.title }}</h1>
|
||||
<div class="with-sidebar">
|
||||
<Menu />
|
||||
<div :class="{ 'with-sidebar': page?.template !== 'login' }">
|
||||
<Menu v-if="page?.template !== 'login'" />
|
||||
<RouterView />
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue