add QR code for contact info

This commit is contained in:
2023-05-20 20:41:15 -06:00
parent d1194297ac
commit 40f9de0609
6 changed files with 370 additions and 27 deletions

View File

@@ -45,6 +45,14 @@ const routes: Array<RouteRecordRaw> = [
/* webpackChunkName: "contact-amounts" */ "../views/ContactAmountsView.vue"
),
},
{
path: "/contact-qr",
name: "contact-qr",
component: () =>
import(
/* webpackChunkName: "contact-qr" */ "../views/ContactQRScanShowView.vue"
),
},
{
path: "/contacts",
name: "contacts",