docs first pages
This commit is contained in:
parent
683d862560
commit
5050011f29
16 changed files with 320 additions and 14 deletions
|
@ -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: [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue