This commit is contained in:
ThatOneCalculator 2022-07-05 13:04:11 -07:00
parent 1a5ee65b21
commit 751ddd311e
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<div class="mk-toast">
<transition :name="$store.state.animation ? 'toast' : ''" appear @after-leave="emit('closed')">
<div v-if="showing" class="body _acrylic" :style="{ zIndex }">
<Mfm class="message" :text="message" :is-note="false"></Mfm>
<Mfm class="message" :text="message" :is-note="false"></Mfm>
</div>
</transition>
</div>