Vue报错合计之
Refused to apply style from 'http://localhost:8888/iconfont.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
有时候大家在学习和使用别人得项目得时候,会出现这种错误,错误翻译得意思为:
拒绝应用来自“”的样式http://localhost:8888/iconfont.css因为它的MIME类型('text/html')不是受支持的样式表MIME类型,并且启用了严格的MIME检查。
解决方法 :
点开你得项目或者别人项目中得css或者外部封装得一些css文件,将import引入得多余@import "./iconfont.css";删除掉即可,这里距离得是尚硅谷得尚品汇项目。希望可以帮助到大家
删除掉后,报错消失。