Use Vue-based login page

This commit is contained in:
2022-05-05 14:39:41 +02:00
parent 825f9fcd50
commit 64196eeab2
8 changed files with 80 additions and 77 deletions

View File

@ -7,9 +7,9 @@ import DateSelector from "./components/date-selector.vue";
<template>
<TitleBar />
<DateSelector v-show="$route.name != 'Settings'" />
<DateSelector v-show="$route.name != 'Settings' && $route.name != 'Login'" />
<RouterView />
<BottomNavbar />
<BottomNavbar v-show="$route.name != 'Login'" />
</template>
<style>