docs: highlight inline type code in props table

This commit is contained in:
Anthony Fu
2024-06-27 16:28:11 +02:00
parent b5f42cdd3a
commit 1d61d8d152
4 changed files with 28 additions and 12 deletions

View File

@@ -32,9 +32,7 @@ const meta: ComputedRef<ComponentMeta> = computed(() => componentMeta.value.meta
</ProseCodeInline>
</ProseTd>
<ProseTd>
<ProseCodeInline v-if="event.type" lang="ts">
{{ event.type }}
</ProseCodeInline>
<HighlightInlineType v-if="event.type" :type="event.type" />
</ProseTd>
</ProseTr>
</ProseTbody>