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
+2
View File
@@ -4,6 +4,7 @@ let buttons = [
name: "Lokaler Multiplayer",
icon: "mdi-account-switch",
color: "red",
componentName: "LocalMode"
},
{
name: "Lokal gegen Bot",
@@ -31,6 +32,7 @@ let buttons = [
v-for="button of buttons"
:key="button.name"
:color="button.color"
:to="{ name: button.componentName }"
size="x-large"
min-width="340"
rounded="xl"