Closed neomib-paylists closed 6 months ago
You can implement this yourself! If you add a download
attribute on an <a>
, it'll create a downloadable link.
<a
:href="`/public/files/${props.name}.pdf`"
download
>
Download Here!
</a>
There are several ways to download files with vanilla js or using other libraries, if you already have the source file (how is supposed to be since this library requires it) you could use @senguyen1011 solution.
Anyways if you have an specific situation let us know and feel free to reopen the issue. 😊
Hello, Is there an option to download the pdf? It will be very helpful. Thank you.