Skip to content

Commit

Permalink
fix(nav-toggle): typo in method name
Browse files Browse the repository at this point in the history
  • Loading branch information
Pooya Parsa committed Jun 30, 2017
1 parent 531a6ab commit 5e0bb2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/nav-toggle.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default {
}
this.$root.$emit('collapse::toggle', this.target);
},
hadleStateEvt(target, state) {
handleStateEvt(target, state) {
if (target === this.target || target === this.target.id) {
this.toggleState = state;
}
Expand Down

0 comments on commit 5e0bb2a

Please sign in to comment.