From 23d30d60370461d4cf24d2173382253e203577c6 Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Wed, 25 Jan 2023 16:18:56 -0500 Subject: [PATCH] Manual open of modal --- src/digital-components/modal/modal.vue | 19 +++- .../address-questions/address-questions.vue | 5 +- .../mobile-location-modal-question.vue | 100 ++++++++++++++++++ .../service-location/service-location.vue | 6 ++ .../service-zip-modal-question.vue | 8 +- 5 files changed, 132 insertions(+), 6 deletions(-) create mode 100644 src/layouts/service-location/mobile-location-modal-question/mobile-location-modal-question.vue diff --git a/src/digital-components/modal/modal.vue b/src/digital-components/modal/modal.vue index 013a42168..ff02fb67c 100644 --- a/src/digital-components/modal/modal.vue +++ b/src/digital-components/modal/modal.vue @@ -2,7 +2,7 @@