Skip to content

Commit 97961df

Browse files
38elementsktsn
authored andcommitted
Update docs/ja/forms.md (#988)
* Update forms.md * Change style of function
1 parent fa1362d commit 97961df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ja/forms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ computed: {
2121
})
2222
},
2323
methods: {
24-
updateMessage: ({ dispatch }, e) => {
24+
updateMessage (e) {
2525
this.$store.commit('updateMessage', e.target.value)
2626
}
2727
}

0 commit comments

Comments
 (0)