From 0dd3748b5dfb5637ec69183a2864130d517f7183 Mon Sep 17 00:00:00 2001 From: Alexandre Fauquette Date: Mon, 30 Sep 2019 13:53:50 +0200 Subject: [PATCH] add list of boats alive or dead --- src/components/BattleBoard.vue | 8 ++++- src/components/Boats.vue | 54 ++++++++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+), 1 deletion(-) create mode 100644 src/components/Boats.vue diff --git a/src/components/BattleBoard.vue b/src/components/BattleBoard.vue index 669c8a3..0448cb0 100644 --- a/src/components/BattleBoard.vue +++ b/src/components/BattleBoard.vue @@ -1,8 +1,10 @@