Skip to content

Commit

Permalink
[button-group] fix toolbar keynav (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorehouse authored and pi0 committed May 9, 2017
1 parent d5f10a0 commit c9e0c91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/components/button-group.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
];
},
isKeyNav() {
return this.toolbar && this.toolbarkeyNav;
return this.toolbar && this.toolbarKeyNav;
}
},
props: {
Expand All @@ -56,7 +56,7 @@
type: String,
default: null
},
toobarKeyNav: {
toolbarKeyNav: {
type: Boolean,
default: false
}
Expand Down

0 comments on commit c9e0c91

Please sign in to comment.