Skip to content

Instantly share code, notes, and snippets.

@uno-de-piera
Last active January 25, 2019 13:40
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 uno-de-piera/a7973c2dd215fffb1ac254f65dfd77c7 to your computer and use it in GitHub Desktop.
Save uno-de-piera/a7973c2dd215fffb1ac254f65dfd77c7 to your computer and use it in GitHub Desktop.
<script>
watch: {
'$store.state.userModule.isLogged': (isLogged) => {
console.log(isLogged)
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment