原文:vue在线编辑excel 报错:TypeError: this.getOptions is not a function

今天在安装完x data spreadsheet后编译时,报出less loader 错误文图 ,如下图: 原因:less loader的版本过高。解决方案: . npm uninstall less loader . npm install less loader . . ...

2021-02-02 14:18 2 7473 推荐指数:

查看详情

vue-cli3 报错 TypeError: this.getOptions is not a function

项目中刚安装less,结果npm run serve后控制台报错TypeError: this.getOptions is not a function 原因: less-loader安装的版本过高 解决方案: 1.npm uninstall less-loader 2.npm ...

Sun Mar 07 21:30:00 CST 2021 0 1759
TypeError: this.getOptions is not a function

scss 使用报错 每次运行项目都会报这个错误,自己也没有仔细看看为何会如此。接着今日稍微清闲,简单看了几眼,特记录如下 原因 sass-loader 版本问题 目前出现该问题的原因是, sass-loader@11 到了11版本,而网友推荐基本都是降低版本,细节也不知道为何。特 ...

Sat Mar 13 18:24:00 CST 2021 0 3353
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM