Add <Transition> to button group.

This commit is contained in:
Bryan Mauger 2023-04-25 13:57:49 -04:00
parent 77ebdf1a7e
commit 97a9cfb37f

View file

@ -65,17 +65,17 @@
ref="mobileLocationQuestions"
linkWidgetName="MobileLocationLinkWidget"
modalWidgetName="MobileLocationModalWidget" />
<Transition name="fade" mode="out-in">
<shopQuestion
ref="shopQuestion"
v-show="
selectedAppointmentType === 'Inshop' || selectedAppointmentType === 'Dropoff'
"
v-show="selectedAppointmentType === 'Inshop' || selectedAppointmentType === 'Dropoff'"
v-model="providerNumber"
:isDropoff="isDropoff"
:serviceZipCode="zipCode"
:selectedAppointmentType="selectedAppointmentType"
:shopQuestionData="shopQuestionInitialData"
cmsWidgetName="ShopQuestionWidget" />
</Transition>
<contentGroupModal ref="RecalModal" cmsWidgetName="RecalModal" />
<funnel-footer
cmsWidgetName="FunnelFooterWidget"
@ -148,8 +148,6 @@ export default {
isRecalibrationServiceableMobile: null,
mobileFeePart: null,
zipContainsMilitaryBase: false,
selectedAppointmentType: "Dropoff",
providerNumber: "127",
shopQuestionInitialData: null,
};
},