Update to new vue slot syntax #267
Labels
enhancement
New feature or request
good first issue
Good for newcomers
semver patch
a change that does not impact the API
https://medium.com/the-vue-point/vue-2-6-released-66aa6c8e785e
The new syntax unifies the usage of normal and scoped slots in a single directive, and enforces more explicit and readable named slots usage. It is also fully compatible with the existing syntax, which allows us to ship it today in 2.6.
If you are already familiar with the existing slot syntax, we recommend you to read through the RFC to better understand the rationale behind the new syntax. If you are not yet familiar with slots, it is recommended to go through the updated slots documentation instead.
📓 this will not impact our usage, downstream adopters can still use these slots the same as the ones we ship today.
The text was updated successfully, but these errors were encountered: