parent
d275d2c6a3
commit
20b53a91d3
|
@ -146,7 +146,7 @@ export default defineComponent({
|
||||||
const activeKey = this.state._activeKey;
|
const activeKey = this.state._activeKey;
|
||||||
const children = [];
|
const children = [];
|
||||||
this.$props.children.forEach(c => {
|
this.$props.children.forEach(c => {
|
||||||
if (c && !c.disabled && c.disabled !== '') {
|
if (c && !c.props?.disabled && c.props?.disabled !== '') {
|
||||||
if (next) {
|
if (next) {
|
||||||
children.push(c);
|
children.push(c);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue