Related to discussion #5962.
I frequently find myself pasting this incantation:
When creating an outer component where you need to pass slots to a deep child, this becomes tedious.
Just like components can automatically inherit attributes, it would be handy if slots could be passed down like this (disabled with inheritSlots: false
), and explicitly bound with v-slots="$slots"
.
I'm thinking:
...should make it to three
one.vue: