摘要: 1、安装svg: npm install svg-sprite-loader --save-dev 2、在 components 中,创建 SvgIcon,引入 svg 样式: index.vue: <template> <svg :class="svgClass" aria-hidden="tru 阅读全文
posted @ 2021-06-15 15:30 小蘑菇123 阅读(570) 评论(0) 推荐(0) 编辑
摘要: 报错如下: 解决办法: 根目录新建 .eslintignore 文件: *.vue *.js 阅读全文
posted @ 2021-06-15 11:09 小蘑菇123 阅读(1079) 评论(0) 推荐(0) 编辑
摘要: 1、安装 vue-fontawesome: npm i --save @fortawesome/vue-fontawesome@prerelease npm i --save @fortawesome/fontawesome-svg-core npm i --save @fortawesome/fr 阅读全文
posted @ 2021-06-15 10:07 小蘑菇123 阅读(1120) 评论(0) 推荐(0) 编辑