Revert "CASH-376 removing transition prevents rendering CTA on top of modal"
This reverts commit 6fa7dcb364.
This commit is contained in:
parent
9a6a2fa0d0
commit
59a8202ad2
1 changed files with 66 additions and 64 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
|
<transition name="fade" mode="out-in">
|
||||||
<div class="mobile-location-questions">
|
<div class="mobile-location-questions">
|
||||||
<div class="text-center" :id="componentId">
|
<div class="text-center" :id="componentId">
|
||||||
<label
|
<label
|
||||||
|
|
@ -65,6 +66,7 @@
|
||||||
</template>
|
</template>
|
||||||
</modal>
|
</modal>
|
||||||
</div>
|
</div>
|
||||||
|
</transition>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue