startseite

This commit is contained in:
jhim
2026-02-06 11:25:09 +01:00
committed by Jonas
parent 74f9f11b6d
commit 4533bdf179
5 changed files with 50 additions and 7 deletions
+12 -3
View File
@@ -2,10 +2,19 @@
<template>
<v-app>
<v-app-bar :elevation="6">
<v-app-bar-title>4 Gewinnt</v-app-bar-title>
<v-app-bar :elevation="6" image="./background.png">
<template v-slot:image>
<v-img gradient="to top right, rgba(5, 5, 5, 0.6), rgba(50, 50, 60, 0.6)"></v-img>
</template>
<v-app-bar-title class="font-weight-semibold text-white">
4-Gewinnt
</v-app-bar-title>
</v-app-bar>
<v-main>
<router-view></router-view>
</v-main>
</v-app>
</template>
<style scoped></style>
<style scoped></style>