-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
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
fix: global vue type augmentation #6207
Conversation
Augment vue types instead of 'vue/types/vue' and '@vue/runtime-core' to fix incompatibility with other libraries caused by the current augmentation behavior Fixes: primefaces#6199
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 2 Skipped Deployments
|
please backport to v3 |
Cool, I've used pnpm patch to verify, this solution is an effective fix. Hope it gets merged soon. |
+1 to this being important to release for version 3 as well as 4 |
🙏 |
Not sure if this change from nuxt needs to be factored into this change: https://nuxt.com/blog/v3-13#vue-typescript-changes. |
Thanks a lot for your contribution! |
hello dear @mertsincan , can we get this update also for version 3 ? this really hinders updating vue and vue-tsc to the latest version for anyone who has not updated to primevue 4 :( thanks |
Defect Fixes
Augment vue types instead of 'vue/types/vue' and '@vue/runtime-core' to fix incompatibility with other libraries caused by the current augmentation behavior
Fixes: #6199