mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Refactor on theming doc section
This commit is contained in:
parent
66b9f8b679
commit
a82843f1ff
103 changed files with 856 additions and 213 deletions
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<DocSectionText :id="id" :label="label" :level="componentLevel" :badge="badge">
|
||||
<p>{{ description || null }}</p>
|
||||
<p v-html="description"></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