错误情况:
(Emitted value instead of an instance of Error) the “scope” attribute for scoped slots have been deprecated and replaced by “slot
-scope” since 2.5. The new “slot-scope” attribute can also be used on plain elements in addition to to denote scoped s
lots.
解决问题:
出现上面问题 是升级vue 2.5以上版本 导致的
使用新的 slot-scope 来代替 scope
vue常见错误-slot-scope
Vue2.5+slot-scope替代scope
最新推荐文章于 2025-09-09 00:22:59 发布
本文解决升级Vue2.5以上版本时,因scope属性被slot-scope取代而引发的问题。slot-scope不仅用于scoped slots,还可用于普通元素。
1967

被折叠的 条评论
为什么被折叠?



