From 525e379c6706230bdc5fcd074d4b3b7bca384712 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Fri, 20 Sep 2019 18:22:25 +0200 Subject: [PATCH] Move navbar to buefy component Signed-off-by: Thomas Citharel --- js/public/index.html | 2 +- js/src/components/NavBar.vue | 156 +++++++++++++++++------------------ js/src/views/Home.vue | 1 - js/yarn.lock | 6 +- 4 files changed, 82 insertions(+), 83 deletions(-) diff --git a/js/public/index.html b/js/public/index.html index 08101498c..43c959275 100644 --- a/js/public/index.html +++ b/js/public/index.html @@ -1,5 +1,5 @@ - + diff --git a/js/src/components/NavBar.vue b/js/src/components/NavBar.vue index c10e350d4..7737feb88 100644 --- a/js/src/components/NavBar.vue +++ b/js/src/components/NavBar.vue @@ -1,86 +1,67 @@