[Vuejs]-Return errors in server side validation with Laravel and Vue

0πŸ‘

βœ…

In this.errors if you output this.errors.message you should see a friendly message. Hope that helps! … You can also dig into the this.errors.response object which has things like the headers and status.

Leave a comment