add background image to app

This commit is contained in:
RcleydsonR
2022-11-16 01:30:23 -03:00
parent fefebcf91e
commit 85d76c9e42
5 changed files with 67 additions and 27 deletions

View File

@@ -1,11 +1,9 @@
<script setup lang="ts">
import TopBar from './components/TopBar.vue';
import TopBar from "./components/TopBar.vue";
</script>
<template>
<TopBar/>
<TopBar />
</template>
<style scoped>
</style>
<style scoped></style>