diff --git a/frontend/src/pages/CacheEnd.vue b/frontend/src/pages/CacheEnd.vue new file mode 100644 index 0000000..197a0e0 --- /dev/null +++ b/frontend/src/pages/CacheEnd.vue @@ -0,0 +1,45 @@ + + + + {{ data.cacheName }} + {{ end1 + data.cachePoints + end2 }} + + + // nur wenn man eingeloggt ist + // nur wenn man eingeloggt ist + + + + Jetzt ist eine gute Zeit, etwas Neues zu beginnen. + + + + + + + + + + diff --git a/frontend/src/pages/CacheStart.vue b/frontend/src/pages/CacheStart.vue new file mode 100644 index 0000000..a94c105 --- /dev/null +++ b/frontend/src/pages/CacheStart.vue @@ -0,0 +1,38 @@ + + + + + {{ data.cacheName }} + {{ instruction }} + + + + + + + + + diff --git a/frontend/src/router/routes.js b/frontend/src/router/routes.js index 362b097..18a3acf 100644 --- a/frontend/src/router/routes.js +++ b/frontend/src/router/routes.js @@ -50,6 +50,11 @@ const routes = [ component: () => import("layouts/MyLayout.vue"), children: [{ path: "", component: () => import("pages/Login.vue") }] }, + { + path: "/CacheStart/", + component: () => import("layouts/MyLayout.vue"), + children: [{ path: "", component: () => import("pages/CacheStart.vue") }] + }, { path: "/profile/", component: () => import("layouts/MyLayout.vue"),
{{ data.cacheName }}
{{ end1 + data.cachePoints + end2 }}
{{ instruction }}