2.4.2
https://jsfiddle.net/u4w64n62/1/
Click run on jsfiddle and see console
Here is example with $scopedSlots
It's not working!
Error in render function: "TypeError: this.$scopedSlots.default is not a function"
You are not using the scoped slot syntax (instead you pass <emited> as a normal slot), so of course this.$scopedSlots.default is empty.
Please read the documentation here: https://vuejs.org/v2/guide/components.html#Scoped-Slots
If that doesn't help, ask on forum.vuejs.org or chat.vuejs.org