lundi 6 mai 2019

Vuejs Axios read Laravel json respons

How can i read the json respons into Vuejs?

Laravel:

return response()->json(['productid' => $ghaDb->getId()], Response::HTTP_OK);

Respons console.log(respons.data):

HTTP/1.0 200 OK Cache-Control: no-cache, private Content-Type: application/json Date: Mon, 06 May 2019 09:01:38 GMT {"productid":36}



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire