解决 vue 使用 element 时报错ERROR in ./node_modules/element-ui/lib/theme-chalk/fonts/element-icons.ttf
时间:2019-11-04 12:30:54
收藏:0
阅读:1135
在 webpack.config.js
中加入这个依赖
{ test: /\.(eot|svg|ttf|woff|woff2)(\?\S*)?$/, loader: ‘file-loader‘ }
原文:https://www.cnblogs.com/carriezhao/p/11791204.html
评论(0)