public calendar view and secured type edit
This commit is contained in:
parent
5bb107e53a
commit
e9a3e0c872
10 changed files with 145 additions and 6 deletions
|
@ -81,7 +81,7 @@ const router = createRouter({
|
|||
{
|
||||
path: "",
|
||||
name: "admin-default",
|
||||
component: () => import("@/views/RouterView.vue"),
|
||||
component: () => import("@/views/admin/ViewSelect.vue"),
|
||||
},
|
||||
{
|
||||
path: "club",
|
||||
|
@ -525,6 +525,23 @@ const router = createRouter({
|
|||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: "/public",
|
||||
name: "public",
|
||||
component: () => import("@/views/public/View.vue"),
|
||||
children: [
|
||||
{
|
||||
path: "",
|
||||
name: "public-default",
|
||||
component: () => import("@/views/notFound.vue"),
|
||||
},
|
||||
{
|
||||
path: "calendar",
|
||||
name: "public-calendar",
|
||||
component: () => import("@/views/public/calendar/Calendar.vue"),
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: "/nopermissions",
|
||||
name: "nopermissions",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue