mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42: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
|
@ -4,7 +4,7 @@
|
|||
<template v-if="doc.children">
|
||||
<div :id="doc.id">
|
||||
<DocSectionText :id="doc.id" :label="doc.label" :badge="doc.badge">
|
||||
<p v-if="doc.description">{{ doc.description }}</p>
|
||||
<p v-if="doc.description" v-html="doc.description"></p>
|
||||
</DocSectionText>
|
||||
</div>
|
||||
<template v-for="comp of doc.children" :key="comp.label">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue