-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Nuxt plugin types break if I add @primevue/nuxt-module to modules #6289
Comments
cc: @danielroe Daniel, sorry for tagging you 🙏 Thought of you jumped on as it seems to be same issue as with i18n module that you PR fixed. |
Yes, the module builder needs to be updated here also. |
Also breaking my functions from ./utils |
This makes my functions from ./utils unable to be used in templates. But I can still use the functions from ./utils in scripts |
Thanks a lot, @danielroe ;) |
This issue can be closed as it was resolved with the release of version 4.0.6. Both #6336 and #6207 were merged into the main branch prior to the release. Therefore, @tugcekucukoglu does not need to adjust the milestones for this issue. |
Describe the bug
I have axios plugin that provides its instance to the app and in case I add @primevue/nuxt-module to the nuxt config modules array, the plugin type becomes unknown.
Might be same issue as with nuxt/nuxt#28672 -- it was fixed with module-builder hotfix in nuxt-modules/i18n#3071
Reproducer
https://stackblitz.com/edit/github-htegss?file=nuxt.config.ts
PrimeVue version
4.0.5
Vue version
3.x
Language
TypeScript
Build / Runtime
Nuxt
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: