|
@@ -41,7 +41,9 @@ onMounted(async () => {
|
|
<span class="delete material-icons" @click="closeCurrentModal()"
|
|
<span class="delete material-icons" @click="closeCurrentModal()"
|
|
>highlight_off</span
|
|
>highlight_off</span
|
|
>
|
|
>
|
|
- <christmas-lights v-if="christmas" small :lights="5" />
|
|
|
|
|
|
+ <Transition>
|
|
|
|
+ <christmas-lights v-if="christmas" small :lights="5" />
|
|
|
|
+ </Transition>
|
|
</header>
|
|
</header>
|
|
<section class="modal-card-body">
|
|
<section class="modal-card-body">
|
|
<slot name="body" />
|
|
<slot name="body" />
|