vue运行项目提示This relative module were not found:* ./icon-role.svg in ./src/icons/svg \.svg$

vue运行项目提示This relative module were not found:* ./icon-role.svg in ./src/icons/svg \.svg$
解决办法:npm install svg-sprite-loader --save-dev 问题原因是缺少插件所以不能识别svg
安装插件完美解决。

相关文章:

  • 2021-05-28
  • 2022-12-23
  • 2021-09-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-16
  • 2022-12-23
猜你喜欢
  • 2022-01-16
  • 2022-12-23
  • 2022-12-23
  • 2021-12-15
  • 2021-09-04
  • 2022-12-23
相关资源
相似解决方案