documentation kick off
This commit is contained in:
parent
acdeef47bf
commit
ecec0f4e6f
8 changed files with 468 additions and 74 deletions
|
@ -651,6 +651,25 @@ const router = createRouter({
|
|||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: "/docs",
|
||||
name: "docs",
|
||||
component: () => import("@/views/docs/View.vue"),
|
||||
props: true,
|
||||
children: [
|
||||
{
|
||||
path: "",
|
||||
name: "docs-default",
|
||||
component: () => import("@/views/docs/ViewSelect.vue"),
|
||||
},
|
||||
{
|
||||
path: ":page",
|
||||
name: "docs-page",
|
||||
component: () => import("@/views/docs/DocPage.vue"),
|
||||
props: true,
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: "/nopermissions",
|
||||
name: "nopermissions",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue