Skip to content

Instantly share code, notes, and snippets.

@Fessan-zz
Created May 27, 2020 07:59
Show Gist options
  • Save Fessan-zz/4d253335bc5a1237488794ce8a32e359 to your computer and use it in GitHub Desktop.
Save Fessan-zz/4d253335bc5a1237488794ce8a32e359 to your computer and use it in GitHub Desktop.
назад и првоерка верности пути
<script>
export default {
computed: {
...mapState(['currentUserChat']),
isCoreRoute() {
return this.$route.path === '/';
},
},
methods: {
goBack() {
this.$router.go(-1);
},
},
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment