Skip to content

Instantly share code, notes, and snippets.

@fhsinchy
Last active August 28, 2021 16:46
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 fhsinchy/83346cbaec9e726d93b09f66eda29e4f to your computer and use it in GitHub Desktop.
Save fhsinchy/83346cbaec9e726d93b09f66eda29e4f to your computer and use it in GitHub Desktop.
// src/App.vue
<script>
import { actions } from '@/store';
export default {
// ...
methods: {
// ...
logout() {
actions.logout();
},
},
};
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment