Explorar o código

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

st-sloth %!s(int64=7) %!d(string=hai) anos
pai
achega
945f4e4677
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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)