We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40efc45 + f15e298 commit 3b04de8Copy full SHA for 3b04de8
doc/development/fe_guide/vuex.md
@@ -120,8 +120,8 @@ create:
120
1. An action `receiveSomethingError`, to handle the error callback
121
1. An action `fetchSomething` to make the request.
122
1. In case your application does more than a `GET` request you can use these as examples:
123
- - `PUT`: `createSomething`
124
- - `POST`: `updateSomething`
+ - `POST`: `createSomething`
+ - `PUT`: `updateSomething`
125
- `DELETE`: `deleteSomething`
126
127
The component MUST only dispatch the `fetchNamespace` action. Actions namespaced with `request` or `receive` should not be called from the component
0 commit comments