引入js,js引入css报错

引入js,可能js中引用了css报错

because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.

引用的时候是这样么href=css/app,href=/css/app这样会报错的

截个图看看 怎么引入的

原来使用import方式引入,现在已经解决,在index.html里面使用script标签引用了