The most important part of using Vue especially in Mobile, is it's small size and performance. Unfortunately, Kendo UI's Vue components are wrappers around jQuery which is something we are trying to avoid in our ongoing developments. I'd like to suggest building NEW Vue components in full native format with no despondency on other none related frameworks. Thanks! ..Ben
Hey folks!
As an update here for the folks that come across this thread. With R1 2020 we have introduced six new native Vue UI components (Animation, Popup, Dialog, DropDownList, Input, and NumericTextBox) to go along with our native Data Grid. For a more detailed view on this release you can refer to this blog post.
We will continue to expand the set of native UI elements throughout the year and if you have any requests around what components to introduce please use the Kendo UI for Vue feedback portal to request them.
I'll continue to leave this item open as "in development" and will post updates in this thread whenever possible.
Regards,
Carl
Progress Telerik
I strongly agree with Ben. Hope Kendo UI could provide more Vue native components, currently so-called Vue wrapper solution could not work correctly with Vue ecosystem, like vuex.
Follow Redux thinkings, all state are stored in vuex store as states, but now I have to use datasource in Vue component......