fix: reference content rich component

This commit is contained in:
三咲智子 2022-11-25 15:57:39 +08:00
parent c475ed3857
commit 2f1c890623
No known key found for this signature in database
GPG key ID: 69992F2250DFD93E
2 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ defineOptions({
const props = defineProps<{
content: string
emojis: Emoji[]
emojis?: Emoji[]
}>()
const emojiObject = emojisArrayToObject(props.emojis || [])