From 06f07979115f74ec05063f0aacb6deb15e3f3053 Mon Sep 17 00:00:00 2001 From: Tim van Veenendaal Date: Wed, 14 Jul 2021 12:36:09 +0200 Subject: [PATCH] Display small dice as your throw --- src/views/Home.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/Home.vue b/src/views/Home.vue index ef8dabf..e1def9c 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -34,7 +34,11 @@ It is your turn!
Round: {{ currentRound.number + 1 }}
Turn: {{ currentTurn ? currentTurn.number : 1 }}
- Throws: {{ currentRound.myRolls }}
+ Throws: + +
Players: