From c7bc57d38d3ebe4d51efe01a0f489ffe2ff432ac Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Mon, 20 Aug 2018 14:45:47 +0200 Subject: [PATCH] Add top navigation --- client/src/App.vue | 43 ++++++++++++++----------- client/src/components/TopNavigation.vue | 27 ++++++++++++++++ 2 files changed, 51 insertions(+), 19 deletions(-) create mode 100644 client/src/components/TopNavigation.vue diff --git a/client/src/App.vue b/client/src/App.vue index cadc9bcd..bfc492f7 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -1,7 +1,9 @@