[记录]TypeError: this.getOptions is not a function

今天写项目的时候需要用到less,然后安装了less和less-loader,但是之后在写router下的index文件时报错:

TypeError: this.getOptions is not a function

[记录]TypeError: this.getOptions is not a function_第1张图片
查询后发现时less-loader版本安装过高。
解决办法:
第一步: npm uninstall less-loader
第二步: npm install [email protected]

参考:
https://blog.csdn.net/qq_4243...

你可能感兴趣的:(lessvue.js)