Skip to content

Commit

Permalink
Merge pull request #2 from wonsikin/master
Browse files Browse the repository at this point in the history
Wrong change event in Events example
  • Loading branch information
javisperez authored Jan 24, 2017
2 parents 68e4e54 + 7193243 commit b8775ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Vue.component({
You can listen to custom events emitted by the `$translate` property:

```js
this.$translate.$on('language:change', language => {
this.$translate.$on('language:changed', language => {
console.log('The user choose '+language);
})
```
Expand Down

0 comments on commit b8775ff

Please sign in to comment.