mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
update Card - Divider
This commit is contained in:
parent
4549601532
commit
862b35f8e8
2 changed files with 9 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div :class="cx('root')" role="separator" :aria-orientation="layout" v-bind="ptm('root')">
|
||||
<div v-if="$slots.default" :class="cx('content')" v-bind="ptm('content')">
|
||||
<div :class="cx('root')" role="separator" :aria-orientation="layout" v-bind="ptm('root')" data-pc-name="divider" data-pc-section="root">
|
||||
<div v-if="$slots.default" :class="cx('content')" v-bind="ptm('content')" data-pc-name="content">
|
||||
<slot></slot>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue