发布于 4年前

vue版本低于2.6引起的slot-scope报错的解决办法

如果你的vue版本低于2.6,且遇到如下报错:

Property or method "slotProps" is not defined on the instance but referenced during render.

解决办法就是把vue和vue-template-compiler的版本都升级到>=2.6.0且版本号要一致,否则还会报其他错误。升级完了之后抛弃slot-scope的写法,使用最新的v-slot语法就正常了。

©2020 edoou.com   京ICP备16001874号-3