mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
fix: render MkToast with Mfm
This commit is contained in:
parent
cca9a7d7cf
commit
ce948d1beb
@ -2,9 +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 }">
|
||||
<div class="message">
|
||||
{{ message }}
|
||||
</div>
|
||||
<Mfm class="message" :text="message"/>
|
||||
</div>
|
||||
</transition>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user