docs first pages

This commit is contained in:
Julian Krauser 2025-01-04 19:18:14 +01:00
parent 683d862560
commit 5050011f29
16 changed files with 320 additions and 14 deletions

View file

@ -45,7 +45,6 @@ const router = createRouter({
path: "/reset",
name: "reset",
component: () => import("@/views/RouterView.vue"),
children: [
{
path: "",
@ -655,6 +654,7 @@ const router = createRouter({
path: "/docs",
name: "docs",
component: () => import("@/views/docs/View.vue"),
beforeEnter: [isAuthenticated],
props: true,
children: [
{