extended-brief working
This commit is contained in:
parent
984c8b7737
commit
b99c05062f
20 changed files with 38 additions and 13 deletions
|
|
@ -3,7 +3,7 @@ import Notifications from "../views/Notifications.vue";
|
|||
import Reunions from "../views/Reunions.vue";
|
||||
import Inspirations from "../views/Inspirations.vue";
|
||||
import Kanban from "../views/Kanban.vue";
|
||||
import ClientBrief from "../views/ClientBrief.vue";
|
||||
import Brief from "../views/Brief.vue";
|
||||
|
||||
const routes = [
|
||||
{
|
||||
|
|
@ -28,7 +28,11 @@ const routes = [
|
|||
},
|
||||
{
|
||||
path: "/projects/:id/client-brief",
|
||||
component: ClientBrief,
|
||||
component: Brief,
|
||||
},
|
||||
{
|
||||
path: "/projects/:id/extended-brief",
|
||||
component: Brief,
|
||||
},
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue