Refactor: Rename misskey-flavored-markdown --> mfm

This commit is contained in:
syuilo
2019-01-19 08:45:12 +09:00
parent 620722cb55
commit 466cae524e
29 changed files with 54 additions and 54 deletions

View File

@@ -3,7 +3,7 @@
<span slot="header"><span style="margin-right:4px;"><fa icon="cog"/></span>{{ $t('settings') }}</span>
<main>
<div class="signed-in-as">
<misskey-flavored-markdown :text="$t('signed-in-as').replace('{}', name)" :should-break="false" :plain-text="true" :custom-emojis="$store.state.i.emojis"/>
<mfm :text="$t('signed-in-as').replace('{}', name)" :should-break="false" :plain-text="true" :custom-emojis="$store.state.i.emojis"/>
</div>
<div>
<x-profile-editor/>