Skip to content

Commit

Permalink
Merge pull request airyland#776 from F-loat/patch-1
Browse files Browse the repository at this point in the history
Tabbar: fix selected
  • Loading branch information
airyland authored Jan 20, 2017
2 parents 8b2fbb7 + 551d4c1 commit eab9773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mixins/multi-items.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const parentMixin = {
for (let i = 0; i < children.length; i++) {
children[i].currentIndex = i
if (children[i].currentSelected) {
this.currentIndex = i
this.index = i
}
}
}
Expand Down

0 comments on commit eab9773

Please sign in to comment.