개발꿀팁/VUE

vuex 오류

굿바베베 2021. 9. 7. 10:54

VUE 쫌 만지다가 vuex로 뭐 좀 해보려는데 아래 오류메세지들을 만난다면

 

오류메세지 유형 1:

export 'default' (imported as 'Vue') was not found in 'vue'

 

오류메세지 유형 2:

Uncaught TypeError: Cannot read property 'use' of undefined

 

아래 사이트 이용하여 해결할 수 있다.

https://dev.to/daniel_adekoya_/how-to-initialize-vuex-in-the-new-vue-3-preview-49ef

728x90