[Vuejs]-Send array from Laravel and get object in Vuejs using axios

0๐Ÿ‘

  1. if you use typeof on a array it returns object
  2. to go safe use ->json on your response to send json formatted data to your frontend

Leave a comment