Browse Source

Update docs/ja/forms.md (#988)

* Update forms.md

* Change style of function
38elements 7 years ago
parent
commit
97961df571
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/ja/forms.md

+ 1 - 1
docs/ja/forms.md

@@ -21,7 +21,7 @@ computed: {
   })
 },
 methods: {
-  updateMessage: ({ dispatch }, e) => {
+  updateMessage (e) {
     this.$store.commit('updateMessage', e.target.value)
   }
 }