Project view > Kanban + project card clickable
This commit is contained in:
parent
ac48b4166a
commit
4d1811830c
5 changed files with 77 additions and 34 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue