vue connect to api code example
Example 1: how to use api url in vue
<a :href="post.url" target="_blank"><img :src="post.image_url"></a>
Example 2: vue get data from backend
vue get data from backend
<a :href="post.url" target="_blank"><img :src="post.image_url"></a>
vue get data from backend