mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3965 - Update for Carousel-OrgChart
This commit is contained in:
parent
d7272b8caa
commit
8467dd2a0d
4 changed files with 21 additions and 33 deletions
|
@ -28,9 +28,7 @@
|
|||
<td
|
||||
:class="
|
||||
cx('lineLeft', {
|
||||
context: {
|
||||
i
|
||||
}
|
||||
i
|
||||
})
|
||||
"
|
||||
v-bind="getNodeOptions(!(i === 0), 'lineLeft')"
|
||||
|
@ -40,9 +38,7 @@
|
|||
<td
|
||||
:class="
|
||||
cx('lineRight', {
|
||||
context: {
|
||||
i
|
||||
}
|
||||
i
|
||||
})
|
||||
"
|
||||
v-bind="getNodeOptions(!(i === node.children.length - 1), 'lineRight')"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue