mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3965 - Refactor on Accordion
This commit is contained in:
parent
349dbae5c7
commit
da42a2c4bd
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ export default {
|
|||
getTabPT(tab, key, index) {
|
||||
const count = this.tabs.length;
|
||||
const tabMetaData = {
|
||||
props: tab.props,
|
||||
props: tab.props || {},
|
||||
parent: {
|
||||
props: this.$props,
|
||||
state: this.$data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue