how to redirect to another page using vue.js from component code example
Example: vue redirect to route
// Use this in a lifecycle method
this.$router.push('/login');
// Use this in a lifecycle method
this.$router.push('/login');