how to redirect vue router to laravel router from vue 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');