瀏覽代碼

docs: Mention payload in action handler in API (#1173)

st-sloth 7 年之前
父節點
當前提交
945f4e4677
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      docs/en/api.md

+ 2 - 0
docs/en/api.md

@@ -42,6 +42,8 @@ const store = new Vuex.Store({ ...options })
       rootGetters // same as `store.getters`, only in modules
     }
     ```
+    
+    And also receives a second `payload` argument if there is one.
 
     [Details](actions.md)