📌  相关文章
📜  vuejs sass 语法错误:TypeError: this.getOptions is not a function - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:25.651000             🧑  作者: Mango

代码示例1
# It seems like sass-loader@11.0.0 doesn't work with vue@2.6.12.

# I installed sass-loader@10.1.1 and it worked like a charm again.
# In terminal:
yarn remove sass-loader
yarn add sass-loader@10.1.1
yarn serve