privatenumber / vue-2-3

↔️ Interop Vue 2 components in Vue 3 apps and vice versa
MIT License
281 stars 10 forks source link

Scoped Slots from Vue2 Component cant be used in a Vue3 App #9

Open JohnDola opened 3 years ago

JohnDola commented 3 years ago

Hi,

i've tried to use a Vue2 Component with scoped slots in a Vue3 App but it seems like it isn't working.

Exception: vue:1906 TypeError: Cannot destructure property 'anumber' of 'undefined' as it is undefined.

Example: https://codepen.io/JRambo90/pen/YzZBJRo