mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-26 01:40:34 +01:00
docs(ComponentProps/ComponentSlots): remove white-space
This commit is contained in:
@@ -75,7 +75,7 @@ const metaProps: ComputedRef<ComponentMeta['props']> = computed(() => {
|
|||||||
<ProseTd>
|
<ProseTd>
|
||||||
<HighlightInlineType v-if="prop.type" :type="prop.type" />
|
<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 whitespace-pre" />
|
<MDC v-if="prop.description" :value="prop.description" class="text-gray-600 dark:text-gray-300 mt-1" />
|
||||||
|
|
||||||
<ComponentPropsSchema v-if="prop.schema" :prop="prop" />
|
<ComponentPropsSchema v-if="prop.schema" :prop="prop" />
|
||||||
</ProseTd>
|
</ProseTd>
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ const meta = await fetchComponentMeta(name as any)
|
|||||||
<ProseTd>
|
<ProseTd>
|
||||||
<HighlightInlineType v-if="slot.type" :type="slot.type" />
|
<HighlightInlineType v-if="slot.type" :type="slot.type" />
|
||||||
|
|
||||||
<MDC v-if="slot.description" :value="slot.description" class="text-gray-600 dark:text-gray-300 mt-1 whitespace-pre" />
|
<MDC v-if="slot.description" :value="slot.description" class="text-gray-600 dark:text-gray-300 mt-1" />
|
||||||
</ProseTd>
|
</ProseTd>
|
||||||
</ProseTr>
|
</ProseTr>
|
||||||
</ProseTbody>
|
</ProseTbody>
|
||||||
|
|||||||
Reference in New Issue
Block a user