diff --git a/src/App.vue b/src/App.vue index 8db0818..417b731 100644 --- a/src/App.vue +++ b/src/App.vue @@ -3,9 +3,35 @@ - © {{ new Date().getFullYear() }} Studentenclub Wu 5 e.v. + +
+ + {{ calcTime }} + +
+ + + + Zeit bis zum Logout ändern + + + + + + + Abbrechen + Speichern + + +
@@ -13,12 +39,123 @@ diff --git a/src/components/TitleBar.vue b/src/components/TitleBar.vue index eb00664..d480505 100644 --- a/src/components/TitleBar.vue +++ b/src/components/TitleBar.vue @@ -1,6 +1,6 @@