New contact QR scan view for Capacitor version

This commit is contained in:
Jose Olarte III
2025-05-01 21:32:15 +08:00
parent bfe46f8789
commit 504f671aa2
3 changed files with 434 additions and 3 deletions

View File

@@ -87,6 +87,11 @@ const routes: Array<RouteRecordRaw> = [
name: "contact-qr",
component: () => import("../views/ContactQRScanShowView.vue"),
},
{
path: "/contact-qr-scan",
name: "contact-qr-scan",
component: () => import("../views/ContactQRScanView.vue"),
},
{
path: "/contacts",
name: "contacts",