From 3b092f88c602e790ee9405ff44dece318967f992 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Mon, 22 Apr 2024 15:01:53 -0400 Subject: [PATCH 1/2] CSR-1160 add wrapper to pages missed in conversion. --- src/layouts/payment-method/payment-method.vue | 102 +++++----- .../service-location/service-location.vue | 189 ++++++++++-------- 2 files changed, 159 insertions(+), 132 deletions(-) diff --git a/src/layouts/payment-method/payment-method.vue b/src/layouts/payment-method/payment-method.vue index 4eca0b17..9254eb6a 100644 --- a/src/layouts/payment-method/payment-method.vue +++ b/src/layouts/payment-method/payment-method.vue @@ -4,52 +4,62 @@ v-slot="{ meta }" @submit="onSubmit" @invalidSubmit="onInvalidSubmit"> -
- - - -
-
- -
- -
- - - - +
+
+
+ +
+
+
+
+ + +
+
+ +
+ +
+ + + + +
+
diff --git a/src/layouts/service-location/service-location.vue b/src/layouts/service-location/service-location.vue index 12d0cf95..0185e3cb 100644 --- a/src/layouts/service-location/service-location.vue +++ b/src/layouts/service-location/service-location.vue @@ -4,92 +4,109 @@ v-slot="{ meta }" @submit="onSubmit" @invalidSubmit="onInvalidSubmit"> -
- - -
- - - - - - - - - - - - >>>>>>> develop +
+
+
+
+
+
+ + +
+ + + + + + + + + + + + >>>>>>> develop +
+
From 625a20f2f3df17cde8fd3230f26f8a4dba5448bc Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Mon, 22 Apr 2024 15:06:33 -0400 Subject: [PATCH 2/2] Remove errant code. --- src/layouts/service-location/service-location.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/layouts/service-location/service-location.vue b/src/layouts/service-location/service-location.vue index 0185e3cb..7d7138f3 100644 --- a/src/layouts/service-location/service-location.vue +++ b/src/layouts/service-location/service-location.vue @@ -104,7 +104,6 @@ navigateBack(this, navigateBackScenario) " @forwardClicked="forwardButtonAction" /> - >>>>>>> develop