如果你的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语法就正常了。


Peggy7
677 声望22 粉丝