fixed #185
This commit is contained in:
梁灏 2017-01-11 15:41:23 +08:00
parent 12bd19d7a8
commit 0c5e01f1a8
2 changed files with 9 additions and 10 deletions

View file

@ -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();
}
}
};