소스 검색

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)