From 0d43ffec34c530628b90c9ded68c950303513f3d Mon Sep 17 00:00:00 2001 From: noabarlia Date: Sat, 26 Jun 2021 16:51:24 +0300 Subject: [PATCH 1/8] Added empty Analytics page, analytics button and routing. --- Closure_Front_End/src/App.vue | 20 +++++++++++++++++--- Closure_Front_End/src/router/index.js | 7 +++++++ Closure_Front_End/src/views/Analytics.vue | 0 3 files changed, 24 insertions(+), 3 deletions(-) create mode 100644 Closure_Front_End/src/views/Analytics.vue diff --git a/Closure_Front_End/src/App.vue b/Closure_Front_End/src/App.vue index 26b72ece..59e6378a 100644 --- a/Closure_Front_End/src/App.vue +++ b/Closure_Front_End/src/App.vue @@ -8,6 +8,18 @@