Skip to content

Commit

Permalink
fix: img link
Browse files Browse the repository at this point in the history
  • Loading branch information
dxhuii committed Oct 17, 2024
1 parent f744ad7 commit d70b491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/image.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const imgArr = ref([
</h2>
<div my2>
<div v-for="item in imgArr" :key="item.url" mb2>
<img mb2 :src="item.url" w-80 alt="">{{ item.name }} <a text-blue-6 href="item.url">{{ item.url }}</a>
<img mb2 :src="item.url" w-80 alt="">{{ item.name }} <a text-blue-6 :href="item.url">{{ item.url }}</a>
</div>
</div>
</main>
Expand Down

0 comments on commit d70b491

Please sign in to comment.