Browse Source
After this change, users using render functions can always make use of slots via `this.$scopedSlots` without worrying about whether the slot is being passed in as scoped or not. This should also make it easier to migrate to 3.0 where all slots are exposed as functions that return Array of VNodes on `this.$slots`.dev
Evan You
6 years ago
5 changed files with 43 additions and 9 deletions
Loading…
Reference in new issue