VUE downloads project static resource files

1. Place the files you need to download under the public file in the project

2. Use a tag in the code to download

              (<a
                href="./DOCX/实例模板.docx"
                >下载实例模板</a
              >)

Guess you like

Origin blog.csdn.net/m0_65209474/article/details/134048133