mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Apidoc emit-prop type navigate completed
This commit is contained in:
parent
22077da98c
commit
df4d30c4cd
5 changed files with 89 additions and 27 deletions
|
@ -9,7 +9,7 @@
|
|||
</div>
|
||||
<template v-for="comp of doc.children" :key="comp.label">
|
||||
{{ comp.relatedProp }}
|
||||
<component :is="{ ...comp.component }" :id="comp.id" :label="comp.label" :data="comp.data" :description="comp.description" :level="2" />
|
||||
<component :is="{ ...comp.component }" :id="comp.id" :label="comp.label" :data="comp.data" :description="comp.description" :level="2" :header="$attrs.header" />
|
||||
</template>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue