mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Card pt fixes
This commit is contained in:
parent
9a0f329e2f
commit
b4d059388d
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
<slot name="header"></slot>
|
||||
</div>
|
||||
<div :class="cx('body')" v-bind="ptm('body')">
|
||||
<div v-if="$slots.title" :class="cx('title')">
|
||||
<div v-if="$slots.title" :class="cx('title')" v-bind="ptm('title')">
|
||||
<slot name="title"></slot>
|
||||
</div>
|
||||
<div v-if="$slots.subtitle" :class="cx('subtitle')" v-bind="ptm('subtitle')">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue