Browse Source

update ja docs (#1177)

* docs(ja): sync from en docs

ref: https://github.com/vuejs/vuex/commit/945f4e4677ac65ff167c73afbf758d82ad062b5e

* docs(ja): translate api docs

* docs(ja): tweak translate
kazuya kawaguchi 7 years ago
parent
commit
d9dca4487c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docs/ja/api.md

+ 2 - 0
docs/ja/api.md

@@ -43,6 +43,8 @@ const store = new Vuex.Store({ ...options })
     }
     ```
 
+    そして、第 2 引数の `payload` があれば、それを受け取ります。
+
     [詳細](actions.md)
 
 - **getters**