Format MFM in toast
This commit is contained in:
parent
a9fcb162fc
commit
7d85885fb6
|
@ -2,7 +2,7 @@
|
||||||
<div class="mk-toast">
|
<div class="mk-toast">
|
||||||
<transition :name="$store.state.animation ? 'toast' : ''" appear @after-leave="emit('closed')">
|
<transition :name="$store.state.animation ? 'toast' : ''" appear @after-leave="emit('closed')">
|
||||||
<div v-if="showing" class="body _acrylic" :style="{ zIndex }">
|
<div v-if="showing" class="body _acrylic" :style="{ zIndex }">
|
||||||
<Mfm class="message" :text="message"/>
|
<Mfm class="message" :text="message" :plain="true" :nowrap="nowrap"/>
|
||||||
</div>
|
</div>
|
||||||
</transition>
|
</transition>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue