mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Fixed #3820 - Panel: Footer Templating
This commit is contained in:
parent
3ec57ea283
commit
be2f2acb38
52 changed files with 264 additions and 53 deletions
|
@ -31,6 +31,9 @@
|
|||
<div class="p-panel-content" v-bind="ptm('content')">
|
||||
<slot></slot>
|
||||
</div>
|
||||
<div v-if="$slots.footer" class="p-panel-footer" v-bind="ptm('footer')">
|
||||
<slot name="footer"></slot>
|
||||
</div>
|
||||
</div>
|
||||
</transition>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue