1.解决 vue 的缩进问题
配置 eslint , 只要要eslint 对应的值为 0,则 eslint 将不会对其进行检测 (.eslintrc.js -- rules )
A. 不检测 缩进 --> 'indent': 0
B. 不检测 函数的 space --> 'space-before-function-paren': 0
2. vue 的 sass 调用 mixin 函数
需要添加 @mixin
.
1.解决 vue 的缩进问题
配置 eslint , 只要要eslint 对应的值为 0,则 eslint 将不会对其进行检测 (.eslintrc.js -- rules )
A. 不检测 缩进 --> 'indent': 0
B. 不检测 函数的 space --> 'space-before-function-paren': 0
2. vue 的 sass 调用 mixin 函数
需要添加 @mixin
.