mirror of
https://github.com/romancm/gamebrary
synced 2024-11-28 06:00:22 +00:00
Clean up router view
This commit is contained in:
parent
77b7b98e1c
commit
990b2eba88
1 changed files with 1 additions and 3 deletions
|
@ -6,9 +6,7 @@
|
|||
>
|
||||
<nav-header />
|
||||
|
||||
<main class="content" v-if="user || isPublic">
|
||||
<router-view />
|
||||
</main>
|
||||
<router-view v-if="user || isPublic" />
|
||||
|
||||
<div class="auth" v-else>
|
||||
<img src='/static/gamebrary-logo.png' />
|
||||
|
|
Loading…
Reference in a new issue