From eb1843d7c0cb0ea7ee5904a15d897209f700ab0f Mon Sep 17 00:00:00 2001 From: FrankRua Date: Wed, 4 May 2022 09:53:59 -0400 Subject: [PATCH] Fixed weird formatting / duplicates and added QA var's --- azure-pipelines.yml | 3 + .../license-plate-lookup.vue | 663 ++++++++---------- 2 files changed, 306 insertions(+), 360 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 816a6746f..036eb3d23 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -121,4 +121,7 @@ stages: __VUE_APP_GOOGLE_PLACES_API_KEY__: $(__VUE_APP_GOOGLE_PLACES_API_KEY__) __VUE_APP_HERITAGE_FUNNEL__: $(__VUE_APP_HERITAGE_FUNNEL__) __VUE_APP_CURRENT_ENVIRONMENT__: $(__VUE_APP_CURRENT_ENVIRONMENT__) + indexDeployVariables: + __VUE_APP_GOOGLE_TAG_MANAGER_SCRIPT_BODY__: $(__VUE_APP_GOOGLE_TAG_MANAGER_SCRIPT_BODY__) + __VUE_APP_GOOGLE_TAG_MANAGER_NOSCRIPT_FRAME_SRC__: $(__VUE_APP_GOOGLE_TAG_MANAGER_NOSCRIPT_FRAME_SRC__) cfDistributionId: $(cfDistributionId) \ No newline at end of file diff --git a/src/layouts/license-plate-lookup/license-plate-lookup.vue b/src/layouts/license-plate-lookup/license-plate-lookup.vue index 34507bda2..1db7a57fd 100644 --- a/src/layouts/license-plate-lookup/license-plate-lookup.vue +++ b/src/layouts/license-plate-lookup/license-plate-lookup.vue @@ -1,106 +1,35 @@