Completed
Last Updated: 04 May 2022 05:17 by ADMIN
john
Created on: 11 Jan 2022 15:22
Category: Kendo UI® for Vue
Type: Feature Request
0
There is no Vue3 documentation
All of the Vue Native component documentation assumes Vue 2. Vue 3 has a different configuration and the component names are sometimes different. Working with Vue 3 has been painful trial and error.
4 comments
ADMIN
Plamen
Posted on: 04 May 2022 05:17

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.

john
Posted on: 03 May 2022 19:37
Follow up question, how do I import a Vue 2 component now that Vue 3 is the default?
john
Posted on: 14 Jan 2022 14:49
Awesome, that's good to hear!
ADMIN
Plamen
Posted on: 12 Jan 2022 06:20

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/.