docs(ComponentEvents): improve name

This commit is contained in:
Benjamin Canac
2024-06-28 22:10:19 +02:00
parent f9c69a7837
commit e3da411014

View File

@@ -24,7 +24,7 @@ const meta = await fetchComponentMeta(name as any)
<ProseTbody>
<ProseTr v-for="event in meta.meta.events" :key="event.name">
<ProseTd>
<ProseCodeInline class="text-primary-500 dark:text-primary-400">
<ProseCodeInline>
{{ event.name }}
</ProseCodeInline>
</ProseTd>