allow for a project ID in the URL

This commit is contained in:
2023-11-11 22:25:06 -07:00
parent 2b66ddfb83
commit 67dce9e678
3 changed files with 102 additions and 41 deletions

View File

@@ -148,7 +148,7 @@ const routes: Array<RouteRecordRaw> = [
),
},
{
path: "/project",
path: "/project/:id?",
name: "project",
component: () =>
import(/* webpackChunkName: "project" */ "../views/ProjectViewView.vue"),