用vue脚手架(vue-cli3.0)生成的目录,无法解析.svg图片的问题

<img src="@/assets/img/github.svg" alt="github" />

//Error: Can't resolve '@/assets/img/github.svg

 

解决方案:

cnpm i -D svg-baker-runtime

 

大佬博客地址:https://blog.csdn.net/u011166225/article/details/84873591

 

相关文章:

  • 2022-12-23
  • 2022-02-09
  • 2021-12-23
  • 2022-12-23
  • 2021-10-05
  • 2022-02-09
  • 2021-09-29
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-18
  • 2022-12-23
  • 2021-11-24
相关资源
相似解决方案