diff --git a/src/router/index.ts b/src/router/index.ts index a359a484..f82dccd0 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -87,6 +87,11 @@ const routes: Array = [ 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", diff --git a/src/views/ContactQRScanShowView.vue b/src/views/ContactQRScanShowView.vue index d925a22c..c1bb9823 100644 --- a/src/views/ContactQRScanShowView.vue +++ b/src/views/ContactQRScanShowView.vue @@ -83,12 +83,12 @@ >
- +
{{ error }} diff --git a/src/views/ContactQRScanView.vue b/src/views/ContactQRScanView.vue new file mode 100644 index 00000000..c7a4b68a --- /dev/null +++ b/src/views/ContactQRScanView.vue @@ -0,0 +1,426 @@ + + + + + \ No newline at end of file