Template
feat : guess word
This commit is contained in:
@@ -17,7 +17,12 @@ const game = lobbyStore.games[props.id];
|
||||
|
||||
<template>
|
||||
{{ game.id }}
|
||||
{{ game.players.map((p) => p.user.username) }}
|
||||
<User
|
||||
v-for="player in game.players"
|
||||
:key="player.id"
|
||||
:id="player.userId"
|
||||
></User>
|
||||
{{ game.started }}
|
||||
{{ game }}
|
||||
|
||||
<NuxtLink :to="'/game/' + id"
|
||||
|
||||
Reference in New Issue
Block a user