'scope' is defined but never used
Posted fhc1994
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了'scope' is defined but never used相关的知识,希望对你有一定的参考价值。
错误如下:
解决办法:
1.scope这个属性在最新版本vue已经被弃用,升级成slot-scope了 ,所以属性名应该改为slot-scope。
2.如上所示,我们发现,还是有报错,原因是vetur的eslint检查没有关闭,只要不勾选此项即可,如下所示:
结果:
以上是关于'scope' is defined but never used的主要内容,如果未能解决你的问题,请参考以下文章
AttributeError:模块'tensorflow'没有带Ke ras的属性'name_scope'
QTerror: 'connect'/'sender' was not declared in this scope
'React' must be in scope when using JSX