mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Update #3965 - Updates on Dialog components
This commit is contained in:
parent
28d1c876e9
commit
5c47976d98
6 changed files with 8 additions and 12 deletions
|
@ -30,7 +30,7 @@
|
|||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<div :ref="contentRef" :class="cx('content')" :style="contentStyle" v-bind="{ ...contentProps, ...ptm('content') }">
|
||||
<div :ref="contentRef" :class="[cx('content'), contentClass]" :style="contentStyle" v-bind="{ ...contentProps, ...ptm('content') }">
|
||||
<slot></slot>
|
||||
</div>
|
||||
<div v-if="footer || $slots.footer" :ref="footerContainerRef" :class="cx('footer')" v-bind="ptm('footer')">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue