fix: reference content rich component
This commit is contained in:
parent
c475ed3857
commit
2f1c890623
2 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ defineOptions({
|
|||
|
||||
const props = defineProps<{
|
||||
content: string
|
||||
emojis: Emoji[]
|
||||
emojis?: Emoji[]
|
||||
}>()
|
||||
|
||||
const emojiObject = emojisArrayToObject(props.emojis || [])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue