forked from trent_larson/crowd-funder-for-time-pwa
Remove ContactScanView and update QR scan view naming for consistency
- Deleted ContactScanView.vue and removed its route from the router - Renamed ContactQRScanView.vue to ContactQRScanFullView.vue - Updated all router paths, names, and references to use 'contact-qr-scan-full' - Updated related router links in ContactQRScanShowView.vue for consistency - Ensured all naming and routing is consolidated and matches the new view/component name
This commit is contained in:
@@ -88,9 +88,9 @@ const routes: Array<RouteRecordRaw> = [
|
||||
component: () => import("../views/ContactQRScanShowView.vue"),
|
||||
},
|
||||
{
|
||||
path: "/contact-qr-scan",
|
||||
name: "contact-qr-scan",
|
||||
component: () => import("../views/ContactQRScanView.vue"),
|
||||
path: "/contact-qr-scan-full",
|
||||
name: "contact-qr-scan-full",
|
||||
component: () => import("../views/ContactQRScanFullView.vue"),
|
||||
},
|
||||
{
|
||||
path: "/contacts",
|
||||
|
||||
Reference in New Issue
Block a user