0👍
Try to use this.$store.getters[‘login/loggedState’] or maybe you are trying to access a getter that doesn’t exist (loggetState instead of loggedState).
The rest of the code sounds good to me
- [Vuejs]-Vue use v-model and :value at the same time
- [Vuejs]-How to add Old data to select inputs (looping by vue.js) in form
Source:stackexchange.com