美文网首页
Resource interpreted as Styleshe

Resource interpreted as Styleshe

作者: 一念天堂_5e04 | 来源:发表于2018-10-25 20:44 被阅读0次

vue链入css文件不能使用,能链入但不能使用,并且页面报出警告:

        Resource interpreted as Stylesheet but transferred with MIME type text/html 

那么就是这个css文件不能以css格式输出,一定要来link的时候说明他的类型:

比如<link rel="stylesheet" type="text/css" href="static/reset.css">

相关文章

网友评论

      本文标题:Resource interpreted as Styleshe

      本文链接:https://www.haomeiwen.com/subject/xvzctqtx.html