Added transition element to mobile-location-modal-questions component
This commit is contained in:
parent
58f961abc0
commit
5453392103
1 changed files with 46 additions and 42 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue