[Vuejs]-Debugging data in laravel vue

0👍

The console error is helpful in this situation.
biders is defined as a data property AND as a method. Try changing your method name to something like getBiders. There may be some further issues down the line, but that is why you are getting the console errors.

👤Thor

Leave a comment