Skip to content

Commit

Permalink
Create a simple shortcut helper
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Sep 16, 2017
1 parent 57933d4 commit 8a624a5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Modules/Core/Assets/js/mixins/ShortcutHelper.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
export default {
methods: {
pushRoute(route) {
this.$router.push(route);
}
}
}

0 comments on commit 8a624a5

Please sign in to comment.