Fix spinner

pull/37/head
Varun Patil 2022-08-18 05:30:37 +00:00
parent f08cc6f338
commit 9320b7632d
2 changed files with 3 additions and 3 deletions

View File

@ -14,9 +14,9 @@
</template>
</AppNavigation>
<AppContent :class="{ 'icon-loading': loading }">
<AppContent>
<div class="outer">
<router-view v-show="!loading" :loading.sync="loading" />
<router-view />
</div>
</AppContent>
</Content>

View File

@ -1,5 +1,5 @@
<template>
<div class="container" ref="container">
<div class="container" ref="container" :class="{ 'icon-loading': loading }">
<RecycleScroller
ref="scroller"
class="scroller"