Refused to apply style from ‘XXX‘ because its MIME type (‘text/html‘) is not a supported stylesheet
完整报错信息是 Refused to apply style from 'http://localhost:8080/src/assets//css/reset.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled问题就是这个文件的类型不是一个受支持的样式表,无法应用样式。在 vue 项目中,在 src 的 assets 目
原创
2022-05-20 09:24:51 ·
21501 阅读 ·
0 评论