Fix transition between pages
This commit is contained in:
parent
890d9b3f11
commit
83748bd484
1 changed files with 3 additions and 3 deletions
|
@ -20,9 +20,9 @@
|
||||||
class="app-content"
|
class="app-content"
|
||||||
>
|
>
|
||||||
<a @click="$store.commit('menuActive', false)" class="mobile-overlay" v-if="menuActive"></a>
|
<a @click="$store.commit('menuActive', false)" class="mobile-overlay" v-if="menuActive"></a>
|
||||||
<transition name="fade">
|
|
||||||
<router-view/>
|
<router-view/>
|
||||||
</transition>
|
|
||||||
<a @click="$store.commit('keyboardShortcutsActive', true)" class="keyboard-shortcuts-button">
|
<a @click="$store.commit('keyboardShortcutsActive', true)" class="keyboard-shortcuts-button">
|
||||||
<icon icon="keyboard"/>
|
<icon icon="keyboard"/>
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Add table
Reference in a new issue