💄 Add Titlebar

This commit is contained in:
2022-04-29 22:54:48 +02:00
parent 5302392f08
commit 3f956b6c2c
4 changed files with 84 additions and 0 deletions

View File

@ -1,3 +1,13 @@
<script setup>
import TitleBar from "./components/titlebar-element.vue";
import { RouterView } from "vue-router";
</script>
<template>
<TitleBar />
<RouterView />
</template>
<style>
@import "./assets/base.css";
</style>