mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Galleria ve API doc updates
This commit is contained in:
parent
f7ed95af6c
commit
371fdaf898
15 changed files with 46 additions and 46 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue