错误日志:Syntax Error: Error: Unexpected ‘/‘. Escaping special characters with \ may help.
在运行Vue项目的时候出现错误:ERRORFailed to compile with 1 error9:55:33errorin ./src/components/index/SimpleHeader/index.vue?vue&type=style&inde
·
在运行Vue项目的时候出现错误:
ERROR Failed to compile with 1 error 9:55:33
error in ./src/components/index/SimpleHeader/index.vue?vue&type=style&index=0&id=66df92af&scoped=true&lang=stylus&rel=stylesheet%2Fstylus&
Syntax Error: Error: Unexpected '/'. Escaping special characters with \ may help.
提示的是“/”出错
先定位到错误位置
然后向下找带有“/”的位置
我将/deep/.百度发现了解决办法:vue中使用深度选择器修改第三方UI库默认样式时,/deep/报错不生效
将/deep/.改为::deep.错误解决
更多推荐
已为社区贡献2条内容
所有评论(0)