Template
chore : working on game
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user