Resource interpreted as Styleshe
2018-10-25 本文已影响0人
一念天堂_5e04
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">