Skip to content

Instantly share code, notes, and snippets.

@aptiko
Created May 17, 2021 16:44
Show Gist options
  • Save aptiko/2e5dca7aaf2148aca0f698b6cd7d54af to your computer and use it in GitHub Desktop.
Save aptiko/2e5dca7aaf2148aca0f698b6cd7d54af to your computer and use it in GitHub Desktop.
Nuxt function that uses the store
export default {
computed: {
loggedOnUser() {
return this.$store.state.loggedOnUser
},
},
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment