Skip to content
This repository was archived by the owner on Nov 30, 2020. It is now read-only.

Commit

Permalink
fix(switch): Throw 'change' instead of 'changed' event
Browse files Browse the repository at this point in the history
  • Loading branch information
matsp authored Dec 15, 2017
1 parent 18ff382 commit 6e309b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Switch/Switch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default {
return this.checked
},
set (state) {
this.$emit('changed', state)
this.$emit('change', state)
}
}
}
Expand Down

0 comments on commit 6e309b1

Please sign in to comment.