chore : working on game

This commit is contained in:
2024-12-30 00:39:39 +01:00
parent 9a0c26dd80
commit 08daf733d1
5 changed files with 48 additions and 29 deletions
+4
View File
@@ -16,10 +16,14 @@ const game = lobbyStore.games[props.id];
</script>
<template>
{{ game.id }}
{{ game.players.map((p) => p.user.username) }}
{{ game }}
<NuxtLink :to="'/game/' + id"
><input type="button" value="open" :disabled="!userStore.self || loading"
/></NuxtLink>
<br />
</template>
<style lang="css" scoped>