-
-
VIN Lookup Page Placeholder
+
+
+
+
+
+
+
@@ -25,29 +39,54 @@
diff --git a/src/main.js b/src/main.js
index 17a945e3..3a666d55 100644
--- a/src/main.js
+++ b/src/main.js
@@ -14,6 +14,13 @@ import experimentMixin from "@/mixins/experiment-mixin.js";
// Vue App Setup
const vueApp = createApp(App);
+/**
+ * Needed to make injections reactively linked to the provider.
+ * This is not needed once Vue.js is in version 3.3
+ * https://vuejs.org/guide/components/provide-inject.html#working-with-reactivity
+*/
+vueApp.config.unwrapInjectedRef = true;
+
// Pinia
const pinia = createPinia();
vueApp.use(pinia);
diff --git a/src/router/router-constants/routing-table.js b/src/router/router-constants/routing-table.js
index 0bbc01c0..3d15d67b 100644
--- a/src/router/router-constants/routing-table.js
+++ b/src/router/router-constants/routing-table.js
@@ -94,6 +94,15 @@ const routingTable = function(store) {
},
],
},
+ {
+ issPageValue: issPageValues.VIN_LOOKUP,
+ maps: [
+ {
+ scenario: navigationScenarios.CLICKED_BACK,
+ destinationIssPageValue: issPageValues.VEHICLE_LOOKUP,
+ },
+ ],
+ },
{
issPageValue: issPageValues.PART_QUESTIONS,
maps: [
diff --git a/src/ux-components/alert/alert.vue b/src/ux-components/alert/alert.vue
index d0fe33ac..12d8579a 100644
--- a/src/ux-components/alert/alert.vue
+++ b/src/ux-components/alert/alert.vue
@@ -19,7 +19,7 @@
{{ getRouterLinkDisplayTextFromCopy(copy) }}