added a new site and a gamefield component

This commit is contained in:
jhim
2026-02-13 10:20:18 +01:00
committed by Jonas
parent 4dfabb2e1e
commit 8e99bbca0e
12 changed files with 51 additions and 1 deletions
+5 -1
View File
@@ -6,7 +6,11 @@
<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">
<v-app-bar-title
class="font-weight-semibold text-white"
@click="$router.push('/')"
style="cursor: pointer;"
>
4-Gewinnt
</v-app-bar-title>
</v-app-bar>