반응형 dispatch1 [Vue] store. action 에서 다른 action 호출하기 actions 안에 methodA 에서 methodB를 호출하려고 할 때, 인자로 dispatch를 받은 후 dispatch를 이용해서 다른 메소드를 호출하면 됩니다. const actions = { methodA ({ commit, dispatch }) { dispatch('methodB') }, methodB ({ commit }) { } } 2021. 1. 12. 이전 1 다음 728x90 반응형