0👍
You are getting data in Json format, i guess.
In working one, you are sending header Content-Type : application/json
That’s why it’s working
In other, you are sending header Content-Type : text-plain/html
Which isn’t applicable, That’s why it’s not working
- [Vuejs]-Can i add include v-if , v-for ,v-bind for a same class in vue.js?
- [Vuejs]-Error: Cannot find module – Local path of image won't load in vue.js
Source:stackexchange.com