From 943c9b6c326e6c8bbf141edb47f7da27482148eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= Date: Sun, 10 Sep 2023 00:24:56 +0000 Subject: [PATCH] AdminButton component --- ui/src/App.vue | 17 ++++------------- ui/src/components/AdminButton.vue | 29 +++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 13 deletions(-) create mode 100644 ui/src/components/AdminButton.vue diff --git a/ui/src/App.vue b/ui/src/App.vue index 669a140..8120a29 100644 --- a/ui/src/App.vue +++ b/ui/src/App.vue @@ -1,20 +1,15 @@ @@ -22,23 +17,19 @@