From 015d67cf738e4ad6d397824dc09a44d85d643b75 Mon Sep 17 00:00:00 2001 From: Mateja Date: Thu, 29 Jul 2021 02:46:33 +0200 Subject: Fully implement client-side login system... --- client/src/App.vue | 27 ++++++++++++++++++++++++-- client/src/main.js | 7 +++++++ client/src/router/index.js | 27 ++++++++++++++++++++++++-- client/src/store/index.js | 44 ++++++++++++++++++++++++++++++++++++++++++- client/src/views/Checkout.vue | 8 +++++++- client/src/views/Login.vue | 29 +++++++++++++++++++++++----- client/src/views/Register.vue | 32 ++++++++++++++++++++++++++----- 7 files changed, 158 insertions(+), 16 deletions(-) (limited to 'client') diff --git a/client/src/App.vue b/client/src/App.vue index f2bef74..f61f236 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -17,7 +17,7 @@ -