0👍
Modify the href:
<a href="@/assets/document/swb-doc.pdf" download="swb_introduction.pdf" target="_self">INTRODUCTION</a>
- [Vuejs]-Vuefire: how to declare a reactive collection using usecollection() before the collection path is known?
- [Vuejs]-Vue.js: files are not found until I add dist folder to href
0👍
Have you tried to download the file by writing the full url into your browser instead? Does it work there?
My guess is that either your path is wrong or that file is not accessible, due to misconfigured rights.
It would help to add your project structure to your question.
- [Vuejs]-How to make vueJS hyperlink using method
- [Vuejs]-How do I get the return observer object value from Vuex getters?
Source:stackexchange.com