commit
2ff1b13140
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@
|
||||||
setTimeout(() => this.transitioning = false, transitionTime);
|
setTimeout(() => this.transitioning = false, transitionTime);
|
||||||
|
|
||||||
const nav = this.navList[index];
|
const nav = this.navList[index];
|
||||||
if (nav.disabled) return;
|
if (!nav || nav.disabled) return;
|
||||||
this.activeKey = nav.name;
|
this.activeKey = nav.name;
|
||||||
this.$emit('input', nav.name);
|
this.$emit('input', nav.name);
|
||||||
this.$emit('on-click', nav.name);
|
this.$emit('on-click', nav.name);
|
||||||
|
|
Loading…
Add table
Reference in a new issue