解决方法:尝试用 ::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...