[Vuejs]-Vuejs Not Printing Data Returned In The Method

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

Leave a comment