feat: a11y account info (#98)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
This commit is contained in:
parent
49b63aa3b2
commit
f5ca6c22a4
3 changed files with 7 additions and 6 deletions
|
@ -13,7 +13,7 @@ const props = defineProps<{
|
|||
const emojiObject = emojisArrayToObject(props.emojis || [])
|
||||
|
||||
export default () => h(
|
||||
'div',
|
||||
'span',
|
||||
{ class: 'content-rich' },
|
||||
contentToVNode(props.content, emojiObject),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue