You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ptbr/api/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,15 +32,15 @@ sidebar: auto
32
32
33
33
- type: `{ [type: string]: Function }`
34
34
35
-
Registra mutações no _store_. A função do manipulador sempre recebe _state_ como o 1º argumento (será o estado local do módulo se definido em um módulo) e receberá um 2º argumento _payload_ se houver um.
35
+
Registra mutações no _store_. A função manipuladora (ou _handler_) sempre recebe _state_ como o 1º argumento (será o estado local do módulo se definido em um módulo) e receberá um 2º argumento _payload_ se houver um.
36
36
37
37
[Detalhes](../guide/mutations.md)
38
38
39
39
### actions (ações)
40
40
41
41
- type: `{ [type: string]: Function }`
42
42
43
-
Registra ações no _store_. A função do manipulador recebe um objeto _context_ que expõe as seguintes propriedades:
43
+
Registra ações no _store_. A função manipuladora (ou _handler_) recebe um objeto _context_ que expõe as seguintes propriedades:
0 commit comments