♻️ Refactor frontend

This commit is contained in:
2022-12-10 16:10:10 +01:00
parent 568bfb9782
commit f243137145
12 changed files with 64 additions and 46 deletions

View File

@ -37,8 +37,8 @@ const isDataView = computed(() => {
<DateSelector v-show="isDataView" />
<RouterView />
</main>
<BottomNavbar v-show="$route.name != 'title.login'" />
</div>
<BottomNavbar v-show="$route.name != 'title.login'" />
</div>
</template>