Hello,
Thank you for this question.
Kendo components currently support both Vue 3 and Vue 2. If you don't need more specific types from the components you can import them exactly as they are imported not in the demos and all Kendo UI for Vue components will work in Vue 2. If you need more specific Vue 2 types you can import componentName + 'Vue2' and it includes more specific types for thew Vue 2 scenarios. Example:
import { ComboBoxVue2 } from '@progress/kendo-vue-dropdowns'; // if you need types
import { ComboBox } from '@progress/kendo-vue-dropdowns'; // if you don't need types
Regards,
Plamen
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.
Hello,
Thank you for getting in touch with us and sharing your feedback.
We are actually just working on this and next week we will provide a major version update 3.*.* that will change this and the default configurations of the components will target Vue 3 as default.
In the current version you have to add Vue3 after the component name to get the correct type object.
Please excuse us for this current inconvenience. If you have other questions please don't hesitate to contact us again.
Regards,
Plamen
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.