forked from trent_larson/crowd-funder-for-time-pwa
add page to view all claims about a DID (which we'll have to restrict to visible people soon)
This commit is contained in:
@@ -63,6 +63,11 @@ const routes: Array<RouteRecordRaw> = [
|
||||
name: "contacts",
|
||||
component: () => import("../views/ContactsView.vue"),
|
||||
},
|
||||
{
|
||||
path: "/did/:did?",
|
||||
name: "did",
|
||||
component: () => import("../views/DIDView.vue"),
|
||||
},
|
||||
{
|
||||
path: "/discover",
|
||||
name: "discover",
|
||||
|
||||
Reference in New Issue
Block a user