티스토리 뷰

cannot read property 'dispatch' of undefined in Vuex 에러 메시지 발생시 처리는

기본적으로 아래의 방식을 따르면 됩니다.

 

https://stackoverflow.com/questions/52482814/cannot-read-property-dispatch-of-undefined-in-vuex

cannot read property 'dispatch' of undefined in Vuex

I'm trying to perform a dispatch on 'logOutUser' in vuex store, and i'm getting the following error message in respone: TypeError: Cannot read property 'dispatch' of undefined deleteUser.vue (the

stackoverflow.com

다만 , 주의할 점이 추가로 하나 더 있습니다.

 

Vuex 를 모듈화로 구성하면 아래와 같이 구성하게 됩니다.

예시에서는 crawling.js 하나이지만 계속 그 수를 늘려가게 되며 ... Vuex 의 모듈객체가 여러개가 됩니다.

 

 

 

따라서 아래와 같은 상황에서 store 를 {store} 로 처리해 주어야 합니다.

 

 

 

 

 

 

 

 

 

댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2025/01   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
글 보관함