add auto update for android
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
v-else-if="currentItem"
|
||||
)
|
||||
.d-flex.align-center.pa-4.border-b-subtle
|
||||
v-btn(icon="mdi-close" variant="text" to="/dashboard" color="grey")
|
||||
v-btn(icon="mdi-close" variant="text" to="/" color="grey")
|
||||
v-spacer
|
||||
.text-caption.text-grey-darken-1.font-weight-bold
|
||||
| {{ sessionDone + 1 }} / {{ sessionTotal }}
|
||||
@@ -95,7 +95,7 @@
|
||||
.text-h4.font-weight-bold.text-white.mb-2 {{ $t('lesson.completeTitle') }}
|
||||
.text-body-1.text-grey.mb-8 {{ $t('lesson.learned', { n: sessionDone }) }}
|
||||
v-btn.glow-btn.text-black.font-weight-bold(
|
||||
to="/dashboard"
|
||||
to="/"
|
||||
block
|
||||
color="cyan"
|
||||
height="50"
|
||||
|
||||
Reference in New Issue
Block a user