added a new site and a gamefield component
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user