0👍
The getter name is case-sensitive.
this.$store.getters.getName
You have
this.$store.getters.getname
0👍
First of all install the chrome plugin for vuex link.
Please check your mutations -> updateName is updating the state or not then you will get you’re value from getters -> getName.
I hope that gonna help you out.
Thanks.
Source:stackexchange.com