Format MFM in toast

This commit is contained in:
ThatOneCalculator 2023-01-13 10:46:01 -08:00
parent a9fcb162fc
commit 7d85885fb6
No known key found for this signature in database
GPG key ID: 8703CACD01000000

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"/>
<Mfm class="message" :text="message" :plain="true" :nowrap="nowrap"/>
</div>
</transition>
</div>