docs: update

This commit is contained in:
Benjamin Canac
2024-06-28 11:49:56 +02:00
parent db45bafaed
commit 4ef81991f2
6 changed files with 7 additions and 14 deletions

View File

@@ -27,7 +27,7 @@ const meta: ComputedRef<ComponentMeta> = computed(() => componentMeta.value.meta
<ProseTbody>
<ProseTr v-for="event in meta.events" :key="event.name">
<ProseTd>
<ProseCodeInline>
<ProseCodeInline class="text-primary-500 dark:text-primary-400">
{{ event.name }}
</ProseCodeInline>
</ProseTd>