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
It seems that the Slots interface needs to be exported to resolve a typescript error when updating to Vue 3.5:
Slots
vue-datepicker/index.d.ts
Line 363 in 74b1fd3
Please see this @vue/core issue: vuejs/core#12286 (comment)
@vue/core
A similar issue occurred in the vue-chartjs library and was resolved by exporting an interface: https://github.com/apertureless/vue-chartjs/pull/1107/files
vue-chartjs
The text was updated successfully, but these errors were encountered:
4111e49
No branches or pull requests
It seems that the
Slots
interface needs to be exported to resolve a typescript error when updating to Vue 3.5:vue-datepicker/index.d.ts
Line 363 in 74b1fd3
Please see this
@vue/core
issue:vuejs/core#12286 (comment)
A similar issue occurred in the
vue-chartjs
library and was resolved by exporting an interface:https://github.com/apertureless/vue-chartjs/pull/1107/files
The text was updated successfully, but these errors were encountered: