A tag download error in vue.js

shortly after I entered VUE, I encountered a download demand and put it directly on the a tag. As a result, I couldn"t find the address, but the page img could display it, and the picture could be downloaded under the static file. I don"t know why. I ask for advice from God clipboard.png

.
Mar.23,2021

remember that vue-cli configured url-loader for webpack. You can see if the image is too small and inlined to src. If so, you can change the url-loader configuration or remove url-loader.


static files are placed in static, otherwise webpack will be packaged.

Menu