From 02b9503007b9d22d03041311ad1d004f22999a06 Mon Sep 17 00:00:00 2001 From: Paul-Louis NECH Date: Sun, 19 Apr 2020 16:13:00 +0200 Subject: [PATCH] client: Begin store implem, display last 20 messages --- client/src/App.vue | 36 +++++++++++------------------------- client/src/Sockets.vue | 21 +++++++++++++-------- client/src/components/HelloWorld.vue | 11 +++++++++-- 3 files changed, 33 insertions(+), 35 deletions(-) diff --git a/client/src/App.vue b/client/src/App.vue index 68a66b3..b58dd72 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -1,6 +1,6 @@