forked from jsnbuchanan/crowd-funder-for-time-pwa
add a contact-edit page and allow saving of notes
This commit is contained in:
@@ -64,6 +64,11 @@ const routes: Array<RouteRecordRaw> = [
|
||||
name: "contact-amounts",
|
||||
component: () => import("../views/ContactAmountsView.vue"),
|
||||
},
|
||||
{
|
||||
path: "/contact-edit/:did",
|
||||
name: "contact-edit",
|
||||
component: () => import("../views/ContactEditView.vue"),
|
||||
},
|
||||
{
|
||||
path: "/contact-gift",
|
||||
name: "contact-gift",
|
||||
|
||||
Reference in New Issue
Block a user