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