0👍
I think the problem here is that within the method, you are not traversing through the results properly, It looks like object within an another object as a list. So res.data.data would give you access to the array, but I’m not sure how you would use
‘this.personnel.name’ on an array. Please share how the what is inside the array for an accurate answer
- [Vuejs]-Vue.js : Add loading bar to whole page when request is in progress
- [Vuejs]-Cannot get data get data document in vue component with firestore
Source:stackexchange.com