const getters = { currentUser: state => { console.log(state) return state.user.currentUserDetail; } } export default getters