官网也没有详细教程;
import 'node_modules/layui-src/dist/layui.all.js';
import 'node_modules/layui-src/dist/css/layui.css';
通过这样引入 报出以下错误
Refused to apply style from '' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
index.html:1 Refused to apply style from 'http://192.168.0.104:8089/terrace/js/css/modules/laydate/default/laydate.css?v=5.0.9' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
index.html:1 Refused to apply style from 'http://192.168.0.104:8089/terrace/js/css/modules/layer/default/layer.css?v=3.1.1' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
index.html:1 Refused to apply style from 'http://192.168.0.104:8089/terrace/js/css/modules/code.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
index.html:1 Refused to apply style from 'http://192.168.0.104:8089/terrace/js/css/modules/laydate/default/laydate.css?v=5.0.9' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
index.html:1 Refused to apply style from 'http://192.168.0.104:8089/terrace/js/css/modules/layer/default/layer.css?v=3.1.1' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
index.html:1 Refused to apply style from 'http://192.168.0.104:8089/terrace/js/css/modules/code.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
求解决方案,