diff --git a/src/layouts/vehicle-damage/damage-location-question/damage-location-question.vue b/src/layouts/vehicle-damage/damage-location-question/damage-location-question.vue
index e69de29b..b839c9ea 100644
--- a/src/layouts/vehicle-damage/damage-location-question/damage-location-question.vue
+++ b/src/layouts/vehicle-damage/damage-location-question/damage-location-question.vue
@@ -0,0 +1,87 @@
+
+
+
+
+
+
+
diff --git a/src/layouts/vehicle-damage/replace-options-question/replace-options-question.vue b/src/layouts/vehicle-damage/replace-options-question/replace-options-question.vue
index e69de29b..e8d56b4f 100644
--- a/src/layouts/vehicle-damage/replace-options-question/replace-options-question.vue
+++ b/src/layouts/vehicle-damage/replace-options-question/replace-options-question.vue
@@ -0,0 +1,109 @@
+
+
+
+
+
+
+
+
+
diff --git a/src/store/index.js b/src/store/index.js
index caaf8cbb..b9277311 100644
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -47,7 +47,9 @@ export const state = getDefaultState();
export const useMainStore = defineStore({
id: storeId,
state: () => state,
- getters: {},
+ getters: {
+ vehicle: this.order.vehicle
+ },
actions:
{
// Content API Actions