Skip to content

Instantly share code, notes, and snippets.

@vouill
Created December 4, 2017 10:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vouill/2b2f623cf3da8d725d8b2d6eb53d2b05 to your computer and use it in GitHub Desktop.
Save vouill/2b2f623cf3da8d725d8b2d6eb53d2b05 to your computer and use it in GitHub Desktop.
Getters
const getters = {
isAuthenticated: state => !!state.token,
authStatus: state => state.status,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment