Added transition element to mobile-location-modal-questions component

This commit is contained in:
Leah Schumann 2023-03-07 14:09:54 -05:00
parent 58f961abc0
commit 5453392103

View file

@ -1,4 +1,6 @@
<template> <template>
<transition name="fade" mode="out-in">
<div class="mobile-location-questions">
<div class="text-center"> <div class="text-center">
<label <label
for="mobileLocationLinkPromptId" for="mobileLocationLinkPromptId"
@ -42,6 +44,8 @@
alertClass="alert-danger" alertClass="alert-danger"
v-bind:isDismissible="false" /> v-bind:isDismissible="false" />
</modal> </modal>
</div>
</transition>
</template> </template>
<script> <script>