[Vuejs]-TypeError: Cannot read property 'endpoint_link_1' of undefined when trying to display API data in CardView, NativeScript-Vue

0👍

use v-for instead of for and in the script :
console.log(this.cardList); will show you data

Leave a comment