fix: global vue type augmentation
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Skipped Deployments
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| primevue | ⬜️ Ignored (Inspect) | Visit Preview | Aug 9, 2024 6:58am | |
| primevue-v3 | ⬜️ Ignored (Inspect) | Visit Preview | Aug 9, 2024 6:58am |
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. Will this PR fix the issue ive been getting since upgrading to 3.13, in the plugin.d.ts file of my project the line containing ...node_modules/@primevue/nuxt-module/dist/runtime/plugin.client.mjs").default.. resolves as type of any?
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