From 923219ca65bb5b35a8bf14317b9a5e200512a2a9 Mon Sep 17 00:00:00 2001 From: Simone Gotti Date: Mon, 13 May 2019 23:44:02 +0200 Subject: [PATCH] *: implement new organization Add dropdown in the main navbar with an option to create a new organization. Implement new organization component and related route --- src/App.vue | 19 ++++++- src/components/createorganization.vue | 73 +++++++++++++++++++++++++++ src/router.js | 5 ++ src/util/data.js | 12 +++++ 4 files changed, 108 insertions(+), 1 deletion(-) create mode 100644 src/components/createorganization.vue diff --git a/src/App.vue b/src/App.vue index d398e56..9ced186 100644 --- a/src/App.vue +++ b/src/App.vue @@ -22,6 +22,18 @@