parent
27f01b36a4
commit
e0ce2527a8
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@
|
|||
if (item.tab === this.name) {
|
||||
TabPanes.push(item);
|
||||
}
|
||||
} else {
|
||||
} else if (this.$children.indexOf(item) !== -1) {
|
||||
TabPanes.push(item);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue