Add missing fn
parent
d4dc2c4449
commit
66b44f2673
|
@ -112,7 +112,7 @@ export default {
|
|||
}
|
||||
else if (child.children.length > 0) {
|
||||
child.children.forEach(nestedChild => {
|
||||
if (this.childIsAccordionTab(nestedChild)) {
|
||||
if (this.isAccordionTab(nestedChild)) {
|
||||
tabs.push(nestedChild)
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue