You have access to the dispatch method in the object passed in the first parameter:
1 2 3 | get1: ({ commit, dispatch }) => { dispatch('get2'); }, |
If you like this question & answer and want to contribute, then write your question & answer and email to freewebmentor[@]gmail.com. Your question and answer will appear on FreeWebMentor.com and help other developers.