Object value is changed during the request to the backend
I hope you can help me, because I couldn’t find a solution to my problem. I work with Vue.js in the frontend and Laravel in the backend. When sending a POST request, the following problem occurs:
Laravel Vue axios endpoint fetches data and diplays in console log BUT not in Vue template
I have a laravel 8 project which is recently upgraded from version 7. I have updated webpack and package.json etc..