아니면 commit 은 root에서 받던가context 에서 root statsus접근가능 call another module mutationcontext.commit("changeOverlay", undefined, { root: true }) context.commit("logout") Change another module state from one module in VuexThanks for contributing an answer to Stack Overflow! Please be sure to answer the question. Provide details and share your research! Asking for help, clarification, or responding to other answers. Making statements based on opinion; back them up with references or personal experience. To learn more, see our tips on writing great answers.https://stackoverflow.com/questions/42606091/change-another-module-state-from-one-module-in-vuexModules | VuexDue to using a single state tree, all states of our application are contained inside one big object. However, as our application grows in scale, the store can get really bloated. To help with that, Vuex allows us to divide our store into modules.https://vuex.vuejs.org/guide/modules.html[Vue.js] Vuex의 주요 기술 요소Vuex 주요 기술 요소 Install Vuex는 싱글 파일 컴포넌트 체계에서 NPM 방식으로 라이브러리를 설치하는게 좋다. npm install vuex --save ES6와 함께 사용해야 더 많은 기능과 이점을 제공받을 수 있음 Vue.js에..https://ict-nroo.tistory.com/107