Variable inside the child component gets undefined?
Hell guys. im using vuejs with axios and i got this line of code that will fetch a list of records (students) in my database and its working but the problem is when i try to put the response on a variable. i end up getting this error. "Uncaught (in promise) TypeError: Cannot set property 'students' of undefined"
tried to put the code inside a method loadstudent. assuming that the mounted is the reason behind. but still got nothing. hope some could help me. thank you in advance.