mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #4000 - Update context option of pt in AccordionTab
This commit is contained in:
parent
8181d7ee85
commit
15c4d029de
2 changed files with 6 additions and 1 deletions
|
@ -106,7 +106,8 @@ export default {
|
|||
index,
|
||||
count,
|
||||
first: index === 0,
|
||||
last: index === count - 1
|
||||
last: index === count - 1,
|
||||
active: this.isTabActive(index)
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue