vue 使用 element-ui 时报错ERROR in ./node_modules/element-ui/lib/theme-chalk/fonts/element-icons.ttf

参考(原文更详细):https://www.cnblogs.com/belongs-to-qinghua/p/11123596.html

在这里插入图片描述
原因:简介的vue脚手架没有配置ttf文件配置

解决办法:在 web pack.config.js 文件中进行如下配置

{
	test: /\.(eot|svg|ttf|woff|woff2)(\?\S*)?$/,
	loader: 'file-loader'
}

添加位置:
在这里插入图片描述

posted @ 2022-12-06 22:19  轻风细雨_林木木  阅读(392)  评论(0编辑  收藏  举报