From 813eddf124406089a3af727d669ba0f673d16549 Mon Sep 17 00:00:00 2001 From: Kroell Date: Mon, 9 Jan 2023 16:07:38 -0500 Subject: [PATCH] edits to casing (changed to camelCase) --- .../license-plate-lookup-alerts.vue | 12 ++++----- .../vehicle-not-found-alert.vue | 6 ++--- .../vehicle-not-matched-alert.vue | 6 ++--- .../license-plate-lookup.vue | 26 ++++++++++++------- .../license-plate-question.vue | 6 ++--- .../zip-question/zip-question.vue | 6 ++--- 6 files changed, 34 insertions(+), 28 deletions(-) diff --git a/src/layouts/license-plate-lookup/license-plate-lookup-alerts/license-plate-lookup-alerts.vue b/src/layouts/license-plate-lookup/license-plate-lookup-alerts/license-plate-lookup-alerts.vue index a03c32d0..57e2e5f1 100644 --- a/src/layouts/license-plate-lookup/license-plate-lookup-alerts/license-plate-lookup-alerts.vue +++ b/src/layouts/license-plate-lookup/license-plate-lookup-alerts/license-plate-lookup-alerts.vue @@ -3,24 +3,24 @@ id="vin-lookup-alerts-wrapper" :class="wrapperCssClass" > - - diff --git a/src/layouts/license-plate-lookup/license-plate-lookup-alerts/vehicle-not-matched-alert/vehicle-not-matched-alert.vue b/src/layouts/license-plate-lookup/license-plate-lookup-alerts/vehicle-not-matched-alert/vehicle-not-matched-alert.vue index 5d135367..21d3d4ff 100644 --- a/src/layouts/license-plate-lookup/license-plate-lookup-alerts/vehicle-not-matched-alert/vehicle-not-matched-alert.vue +++ b/src/layouts/license-plate-lookup/license-plate-lookup-alerts/vehicle-not-matched-alert/vehicle-not-matched-alert.vue @@ -1,5 +1,5 @@