From c91c4096c11efe38be649dd2df66b2a487668210 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Fri, 19 Nov 2021 19:57:32 +0100 Subject: [PATCH] seperate app and layouts --- admin/src/App.vue | 16 ++++++---------- admin/src/components/NavBar.vue | 2 ++ admin/src/layouts/defaultLayout.vue | 19 +++++++++++++++++++ 3 files changed, 27 insertions(+), 10 deletions(-) create mode 100644 admin/src/layouts/defaultLayout.vue diff --git a/admin/src/App.vue b/admin/src/App.vue index a76b1dcab..40460eda4 100644 --- a/admin/src/App.vue +++ b/admin/src/App.vue @@ -1,19 +1,15 @@ diff --git a/admin/src/components/NavBar.vue b/admin/src/components/NavBar.vue index de9cfe6b2..d2dbc6856 100644 --- a/admin/src/components/NavBar.vue +++ b/admin/src/components/NavBar.vue @@ -16,6 +16,8 @@ > | {{ $store.state.openCreations }} offene Schöpfungen + Wallet + Logout diff --git a/admin/src/layouts/defaultLayout.vue b/admin/src/layouts/defaultLayout.vue new file mode 100644 index 000000000..71d2f894b --- /dev/null +++ b/admin/src/layouts/defaultLayout.vue @@ -0,0 +1,19 @@ + + + \ No newline at end of file