From 548dff63eab80679ac40bd48de751382441d0b4f Mon Sep 17 00:00:00 2001 From: Kulbhushan Kaushik Date: Wed, 9 Nov 2022 12:34:05 -0500 Subject: [PATCH] commit --- .../damage-location-question.vue | 87 ++++++++++++++ .../replace-options-question.vue | 109 ++++++++++++++++++ src/store/index.js | 4 +- 3 files changed, 199 insertions(+), 1 deletion(-) 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