解决方法:尝试用 ::v-deep 替换 /deep/ ,成功解决了问题。但是后续发现,控制台给出了这样的提示:::v-deep usage as a combinator has been deprecated. Use :deep(<inner-selecto意思上边的语法已经废弃了,需要把::v-deep后边的选择器放在一个括号了:
运行idea的时候,突然发现项目跑不了;出现以下错误:Command line is too long. In order to reduce its length classpath file can be used. Would you like to enable classpath file mode for all run configurations of your projec...
结合报错原因得出:安装时指定版本即不会出现Syntax Error: TypeError: this.getOptions is not a functionnpm i -D sass-loader@8.x // 安装npm i -D node-sass@4.14.1 // 安装同理也可能是less-loader导致的通常提示Syntax Error: TypeError: this.get...