错误情况:
(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
最新推荐文章于 2023-04-12 10:37:00 发布