Galleria ve API doc updates

This commit is contained in:
Tuğçe Küçükoğlu 2023-10-04 12:32:01 +03:00
parent f7ed95af6c
commit 371fdaf898
15 changed files with 46 additions and 46 deletions

View file

@ -1,6 +1,6 @@
<template>
<DocSectionText :id="id" :label="label" :level="componentLevel">
{{ description || null }}
<p>{{ description || null }}</p>
<p v-if="relatedProp" class="inline-block">
See <NuxtLink :to="setRelatedPropPath(relatedProp)" class="doc-option-link"> {{ relatedPropValue(relatedProp) }} </NuxtLink>
</p>