add page for a printable certificate (which works but isn't too impressive yet)

This commit is contained in:
2024-12-01 20:20:03 -07:00
parent 76280b7ee5
commit e6f5511dbb
7 changed files with 179 additions and 8 deletions

View File

@@ -43,6 +43,11 @@ const routes: Array<RouteRecordRaw> = [
name: "claim-add-raw",
component: () => import("../views/ClaimAddRawView.vue"),
},
{
path: "/claim-cert/:id?",
name: "claim-cert",
component: () => import("../views/ClaimCertificateView.vue"),
},
{
path: "/confirm-contact",
name: "confirm-contact",