Skip to content

Commit

Permalink
Changed tab index to 0 for all tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
khu5h1 committed Oct 29, 2021
1 parent 4bd85f5 commit 7a8a0d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default {
};
},
getTabindex() {
return this.isActive ? -1 : 0;
return 0;
},
},
methods: {
Expand Down

0 comments on commit 7a8a0d3

Please sign in to comment.