💄 Add bottom navbar

This commit is contained in:
2022-04-29 23:40:12 +02:00
parent 86c7927a22
commit 6ac3550112
6 changed files with 150 additions and 0 deletions

View File

@ -1,11 +1,13 @@
<script setup>
import TitleBar from "./components/titlebar-element.vue";
import BottomNavbar from "./components/bottom-navbar.vue";
import { RouterView } from "vue-router";
</script>
<template>
<TitleBar />
<RouterView />
<BottomNavbar />
</template>
<style>