Skip to content

Commit

Permalink
Disable transition
Browse files Browse the repository at this point in the history
  • Loading branch information
Marekkon5 committed Feb 17, 2024
1 parent ac594a4 commit 82c9714
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions client/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,14 @@

<!-- Content -->
<q-page-container class="content" ref="contentContainer">
<router-view v-slot='{ Component }' v-if='$1t.info.value.ready'>
<!-- <router-view v-slot='{ Component }' v-if='$1t.info.value.ready'>
<transition name="fade">
<keep-alive :include='["AudioFeatures"]'>
<component :is='Component'></component>
</keep-alive>
</transition>
</router-view>
</router-view> -->
<router-view></router-view>
<!-- Loading -->
<div v-if='!$1t.info.value.ready' class='row justify-center items-center' style='height: calc(100vh - 64px)'>
<q-circular-progress indeterminate color='primary' size='64px'></q-circular-progress>
Expand Down

0 comments on commit 82c9714

Please sign in to comment.