Vuex's action problem?

learn the action section of vuex:
ide/actions.html" rel=" nofollow noreferrer "Action

there is a sentence at the bottom of the tutorial that I can"t figure out what it means. Ask the great god for guidance.

A store.dispatch can trigger multiple action functions in different modules. In this case, the returned Promise will execute
only after all triggering functions have been completed.
Sep.03,2021

has previously answered the same question. For reference, https://codeshelper.com/q/10.


is equivalent to an action with multiple blocks subscribing to events sent by dispatch.

Menu