vue项目安装element问题小记

321 阅读1分钟

1.ERROR in ./node_modules/element-ui/lib/theme-chalk/fonts/element-icons.ttf报错问题 解决方案:在 web pack.config.js 中加入这个依赖

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