get data from external api and show in vue component code example
Example: how to use api url in vue
<a :href="post.url" target="_blank"><img :src="post.image_url"></a>
<a :href="post.url" target="_blank"><img :src="post.image_url"></a>