mirror of
https://github.com/romancm/gamebrary
synced 2024-11-15 07:57:19 +00:00
Cleaned up app vue
This commit is contained in:
parent
a8bfd1abf7
commit
03ecec26a4
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
<div id="app">
|
||||
<nav-header />
|
||||
|
||||
<main :class="{ 'logged-in': user && !isPublic }" v-if="user || isPublic">
|
||||
<main class="content" v-if="user || isPublic">
|
||||
<router-view />
|
||||
</main>
|
||||
|
||||
|
@ -222,7 +222,7 @@ export default {
|
|||
font-size: 14px;
|
||||
}
|
||||
|
||||
#app > main {
|
||||
main.content {
|
||||
background: $color-gray;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue