EasyUI Forum

General Category => EasyUI for Vue => Topic started by: elymatos on January 23, 2023, 07:40:58 AM



Title: Error on ComboBox component
Post by: elymatos on January 23, 2023, 07:40:58 AM
Hi!
I'm trying to use ComboBox component (v3-easyui) but I'm getting a error about $scopedSlots (image attached).
It seems in the recent Vue version this must be changed to just $slots.
Any help in this issue?
Thanks,
Ely


Title: Re: Error on ComboBox component
Post by: jarry on January 24, 2023, 06:28:56 PM
You should use $slots instead of $scopedSlots according to the vue3 rules.


Title: Re: Error on ComboBox component
Post by: elymatos on January 25, 2023, 06:00:16 AM
Thanks for answer!
Bur as far as I can see the error is inside the ComboBox component..I don't have acces to change this.
Thanks,
Ely