Create a simple shortcut helper

parent 57933d4e
export default {
methods: {
pushRoute(route) {
this.$router.push(route);
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment