We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I'm using Telerik Kendo for Vue and they don't yet have correct type definitions for Vue3.
So this import:
import { Button as KButton } from '@progress/kendo-vue-buttons'
Results in a type of KButton: any which is fine, that doesn't bother me.
KButton: any
But the template shows the tags Red as an error. Any way to stop this?
The text was updated successfully, but these errors were encountered:
621c7d8
Thank you!!
Sorry, something went wrong.
No branches or pull requests
Hi, I'm using Telerik Kendo for Vue and they don't yet have correct type definitions for Vue3.
So this import:
Results in a type of
KButton: any
which is fine, that doesn't bother me.But the template shows the tags Red as an error. Any way to stop this?
The text was updated successfully, but these errors were encountered: