Posts by Wellington César • 1 point
1 post
-
0
votes3
answers86
viewsQ: vuejs returns student object null when trying to search student by id
Galera. I have a problem right now. I was able to solve the 400 error, but now I’m not able to return the student’s data by the student’s id. Follow my code below: data() { return { student: { name:…