mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-19 14:31:47 +01:00
docs(ComponentEvents): improve name
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user