1.安装 svg-sprite-loader

 npm install svg-sprite-loader --save-dev 

2.配置build文件夹中的webpack.base.conf.js

Vue项目中svg图标不能正常显示

3.在src/components下新建文件夹及文件SvgIcon/index.vue

Vue项目中svg图标不能正常显示

4.在src下新建icons文件夹,及icons文件夹下svg文件夹、index.js文件

Vue项目中svg图标不能正常显示

5.在main.js中引入svg

 import '@/icons' 

 

相关文章:

  • 2022-12-23
  • 2021-09-08
  • 2021-12-07
  • 2022-12-23
  • 2021-10-19
  • 2021-12-06
  • 2021-08-13
猜你喜欢
  • 2021-04-17
  • 2021-12-07
  • 2022-12-23
  • 2021-06-25
  • 2022-12-23
  • 2021-08-06
相关资源
相似解决方案