mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Fixed #6048
This commit is contained in:
parent
92ab5d563c
commit
a27ee0caea
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@
|
|||
<div :ref="contentRef" :class="cx('content')" v-bind="ptm('content')">
|
||||
<slot></slot>
|
||||
</div>
|
||||
<div :ref="footerContainerRef" :class="cx('footer')" v-bind="ptm('footer')">
|
||||
<div v-if="$slots.footer" :ref="footerContainerRef" :class="cx('footer')" v-bind="ptm('footer')">
|
||||
<slot name="footer"> </slot>
|
||||
</div>
|
||||
</template>
|
||||
|
@ -42,7 +42,7 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import { addClass, focus, blockBodyScroll, unblockBodyScroll } from '@primeuix/utils/dom';
|
||||
import { addClass, blockBodyScroll, focus, unblockBodyScroll } from '@primeuix/utils/dom';
|
||||
import { ZIndex } from '@primeuix/utils/zindex';
|
||||
import TimesIcon from '@primevue/icons/times';
|
||||
import Button from 'primevue/button';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue