mirror of
https://github.com/elk-zone/elk
synced 2024-11-24 07:06:08 +09:00
feat: rich content for bio
This commit is contained in:
parent
1c4b0f8ac4
commit
d8621024f8
@ -80,7 +80,7 @@ function getFieldNameIcon(fieldName: string) {
|
||||
</div>
|
||||
</div>
|
||||
<div v-if="account.note">
|
||||
<div text-4 text-gray v-html="account.note" />
|
||||
<ContentRich text-4 text-gray :content="account.note" :emojis="account.emojis" />
|
||||
</div>
|
||||
<div flex flex-wrap gap-4>
|
||||
<div v-for="field in fields" :key="field.name" flex="~ gap-1" items-center>
|
||||
|
Loading…
Reference in New Issue
Block a user