Refactor #4136 - Rename tab with tabpanel and accordiontab

This commit is contained in:
mertsincan 2023-07-14 10:04:32 +01:00
parent ee95a5e641
commit f6743c521f
4 changed files with 12 additions and 2 deletions

View file

@ -112,7 +112,7 @@ export default {
}
};
return mergeProps(this.ptm(`tab.${key}`, { tab: tabMetaData }), this.ptm(`accordiontab.${key}`, tabMetaData), this.ptmo(this.getTabProp(tab, 'pt'), key, tabMetaData));
return mergeProps(this.ptm(`tab.${key}`, { tab: tabMetaData }), this.ptm(`accordiontab.${key}`, { accordiontab: tabMetaData }), this.ptm(`accordiontab.${key}`, tabMetaData), this.ptmo(this.getTabProp(tab, 'pt'), key, tabMetaData));
},
onTabClick(event, tab, index) {
this.changeActiveIndex(event, tab, index);