forked from jsnbuchanan/crowd-funder-for-time-pwa
add page for a printable certificate (which works but isn't too impressive yet)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user