As a beginner in Vue, I am tasked with downloading a file but unsure of how to proceed.
My attempt at the code resulted in the image opening on a new page instead.
<a
class = "btn btn-success btn-xs"
href = "https://78.media.tumblr.com/tumblr_m39nv7PcCU1r326q7o1_500.png"
download = "myImage.png"
target = "_blank"
> Download </a>