Skip to content

Commit

Permalink
changed tag 'a' to 'nuxtlink'
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloeltdev committed Mar 6, 2024
1 parent 2be4486 commit d49adc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/modal/DownloadExample.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ defineProps<{
how to create your own playlist
</p>
<Button>
<a href="/files/playlist.zip" download>Download playlist</a>
<NuxtLink to="/files/playlist.zip" external>Download playlist</NuxtLink>
</Button>
</div>
</Modal>
Expand Down

0 comments on commit d49adc3

Please sign in to comment.