解决 vue 使用 element 时报错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'
}

posted on 2019-03-17 16:16  野区杰西  阅读(17657)  评论(0编辑  收藏  举报

导航