Skip to content

Update docs/ja/forms.md #988

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 14, 2017
Merged

Update docs/ja/forms.md #988

merged 2 commits into from
Oct 14, 2017

Conversation

38elements
Copy link
Contributor

No description provided.

docs/ja/forms.md Outdated
@@ -21,7 +21,7 @@ computed: {
})
},
methods: {
updateMessage: ({ dispatch }, e) => {
updateMessage: (e) => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for correcting this!
Would you mind also change this to a shothand method style definition? The arrow function is still invalid here because we cannot use this as a component instance in it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for reviewing.
I fixed it.

Copy link
Member

@ktsn ktsn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@ktsn ktsn merged commit 97961df into vuejs:dev Oct 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants