mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
docs(ComponentProps/ComponentSlots): add whitespace pre
This commit is contained in:
@@ -75,7 +75,7 @@ const metaProps: ComputedRef<ComponentMeta['props']> = computed(() => {
|
||||
<ProseTd>
|
||||
<HighlightInlineType v-if="prop.type" :type="prop.type" />
|
||||
|
||||
<MDC v-if="prop.description" :value="prop.description" class="text-gray-600 dark:text-gray-300 mt-1" />
|
||||
<MDC v-if="prop.description" :value="prop.description" class="text-gray-600 dark:text-gray-300 mt-1 whitespace-pre" />
|
||||
|
||||
<ComponentPropsSchema v-if="prop.schema" :prop="prop" />
|
||||
</ProseTd>
|
||||
|
||||
Reference in New Issue
Block a user