Project view > Kanban + project card clickable

This commit is contained in:
isUnknown 2024-11-05 14:14:40 +01:00
parent ac48b4166a
commit 4d1811830c
5 changed files with 77 additions and 34 deletions

View file

@ -2,7 +2,7 @@ import Home from "../views/Home.vue";
import Notifications from "../views/Notifications.vue";
import Reunions from "../views/Reunions.vue";
import Inspirations from "../views/Inspirations.vue";
import Project from "../views/Project.vue";
import Kanban from "../views/Kanban.vue";
import ClientBrief from "../views/ClientBrief.vue";
const routes = [
@ -24,7 +24,7 @@ const routes = [
},
{
path: "/projects/:id",
component: Project,
component: Kanban,
},
{
path: "/projects/:id/client-brief",