vuex

Vuex state and getters

With vuex is there a reason why it's better to access state directly than via a getter if the getter is just returning the state? Let us first take care to illustrate this