💄 Add bottom navbar
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user