You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new to this but can replicate, just not sure what you need to do moving forward, it's an easy fix in the example.
change scope="props" -> slot-scope="props"
When using in webpack build I get warning that slot attribute has been renamed to slot-scope and is now applicable on regular elements.
Trying the simple example in the readme yields.
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 slots.
Vue changed slots to slot-scope.
The text was updated successfully, but these errors were encountered: