[DOC] add some info about return value from actions

This commit is contained in:
Géry Debongnie
2019-08-22 13:05:16 +02:00
parent b30b72fc36
commit f9f730ab7b
+3
View File
@@ -127,6 +127,9 @@ arbitrary number of arguments.
store.dispatch("login", someInfo);
```
Note that anything returned by an action will also be returned by the `dispatch`
call.
### Getters
Usually, data contained in the store will be stored in a normalized way. For