This will result in false on the mounted hook.
But it's set to true and will also return true on a method as expected, or computed property or directly even on a v-if="" statement!
this.$store.getters.getIsLoggedIn
I'd like to use the state to perform action upon mounting the component, but am I to presume that for some reason the state is not readable at this stage? What am I not understanding about Vuex?