parent
12bd19d7a8
commit
0c5e01f1a8
2 changed files with 9 additions and 10 deletions
|
@ -172,7 +172,6 @@
|
|||
const nav = this.navList[index];
|
||||
if (nav.disabled) return;
|
||||
this.activeKey = nav.key;
|
||||
this.updateStatus();
|
||||
this.$emit('on-click', nav.key);
|
||||
},
|
||||
handleRemove (index) {
|
||||
|
@ -205,6 +204,7 @@
|
|||
watch: {
|
||||
activeKey () {
|
||||
this.updateBar();
|
||||
this.updateStatus();
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue