forked from jsnbuchanan/crowd-funder-for-time-pwa
allow for a project ID in the URL
This commit is contained in:
@@ -148,7 +148,7 @@ const routes: Array<RouteRecordRaw> = [
|
||||
),
|
||||
},
|
||||
{
|
||||
path: "/project",
|
||||
path: "/project/:id?",
|
||||
name: "project",
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "project" */ "../views/ProjectViewView.vue"),
|
||||
|
||||
Reference in New Issue
Block a user