lusaxweb / vuesax

New Framework Components for Vue.js 2
https://lusaxweb.github.io/vuesax/
MIT License
5.64k stars 741 forks source link

API Call on single row and show data on vs-table #980

Open malejandrosr opened 3 years ago

malejandrosr commented 3 years ago

Hello, I am implementing the vs-table component within the vs-popup component in which I seek to show the detail of a user, my problem is that when sending the result to the property :data="row" of the vs-table component I get the following error:

image

My vuesax version is the latest (3.12.2), thank you