Refactor #4231 - For Accordion

This commit is contained in:
mertsincan 2023-08-02 14:59:30 +03:00
parent 38faf56b40
commit 1e7750de9b
2 changed files with 5 additions and 1 deletions

View file

@ -27,7 +27,7 @@
<component v-if="tab.children && tab.children.header" :is="tab.children.header"></component>
</a>
</div>
<transition name="p-toggleable-content">
<transition name="p-toggleable-content" v-bind="getTabPT(tab, 'transition', i)">
<div
v-if="lazy ? isTabActive(i) : true"
v-show="lazy ? true : isTabActive(i)"