We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d04dce0 commit b8052e5Copy full SHA for b8052e5
vue.config.js
@@ -27,7 +27,7 @@ module.exports = {
27
sourceMap: false,
28
loaderOptions: {
29
// 配置引入全局的样式
30
- sass: {
+ less: {
31
data: `@import "@/assets/common/css/index.less";`
32
}
33
},
0 commit comments