[Vuejs]-Download a local file, on button click

3👍

This should work properly as you’ve written it. It’s essentially comes down to the given path, try something like this structure and this code (with an absolute path):

<a href="/azuki.jpg" download> download stuff </a>

enter image description here

Also, check the official documentation page here: https://cli.vuejs.org/guide/html-and-static-assets.html#the-public-folder

👤kissu

Leave a comment