Closed oscarxiao closed 4 years ago
if I don't render expCount, I just look into the vue inspector, in the computed section. This will show.
Hi @oscarxiao -
Confirming you resolved this issue and don't need additional assistance? I see the post was closed, but you didn't note a resolution.
I've had students inadvertently close posts in the past so I just wanted to double check. : )
Hi @oscarxiao -
Confirming you resolved this issue and don't need additional assistance? I see the post was closed, but you didn't note a resolution.
I've had students inadvertently close posts in the past so I just wanted to double check. : )
Hi Guys, Here is my Vuex store file
Here is how I import and register my Vuex Store.
I try to use it in the computed property
and render it by {{expCount}} The inspector will show me an error saying "can not read property 'state' of undefined"
Any ideas?