vue+element项目,引入element图标提示如下错误,应该怎么修改?
Failed to decode downloaded font: http://localhost:3000/fonts/element-icons.woff
(index):1 OTS parsing error: invalid version tag
import ElementUI from 'element-ui';
import 'element-ui/lib/theme-chalk/index.css'
Vue.use(ElementUI);
项目main.js中有引入element样式,现在图标变成了一个方块
很明显了,字体文件的问题,找到那个文件,下载一个正确的字体文件替换就好了。