forked from jsnbuchanan/crowd-funder-for-time-pwa
make screen where user can create a group onboarding meeting
This commit is contained in:
@@ -179,6 +179,11 @@ const routes: Array<RouteRecordRaw> = [
|
||||
name: "offer-details",
|
||||
component: () => import("../views/OfferDetailsView.vue"),
|
||||
},
|
||||
{
|
||||
path: '/onboard-meeting',
|
||||
name: 'onboard-meeting',
|
||||
component: () => import('../views/OnboardMeetingView.vue'),
|
||||
},
|
||||
{
|
||||
path: "/project/:id?",
|
||||
name: "project",
|
||||
|
||||
Reference in New Issue
Block a user