Skip to content

Commit b8052e5

Browse files
committed
修改vue.config.js
1 parent d04dce0 commit b8052e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vue.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module.exports = {
2727
sourceMap: false,
2828
loaderOptions: {
2929
// 配置引入全局的样式
30-
sass: {
30+
less: {
3131
data: `@import "@/assets/common/css/index.less";`
3232
}
3333
},

0 commit comments

Comments
 (0)