Skip to content
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

PrimeVue 4 Resolver missing components #785

Open
5 tasks done
timothymarois opened this issue Jul 27, 2024 · 3 comments
Open
5 tasks done

PrimeVue 4 Resolver missing components #785

timothymarois opened this issue Jul 27, 2024 · 3 comments

Comments

@timothymarois
Copy link

timothymarois commented Jul 27, 2024

Describe the bug

PrimeVueResolver is missing components. Example, it does not resolve ButtonGroup. There are probably more, but this is what I've encountered so far.

Missing so far:

  • ButtonGroup
  • Drawer

Reproduction

https://github.com/unplugin/unplugin-vue-components/blob/main/src/core/resolvers/prime-vue.ts

https://primevue.org/button/#buttongroup

System Info

PrimeVue 4

Used Package Manager

npm

Validations

  • Follow our Code of Conduct
  • Read the Contributing Guide.
  • Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
  • Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
  • The provided reproduction is a minimal reproducible of the bug.
@timothymarois timothymarois changed the title PrimeVue Resolver missing components PrimeVue 4 Resolver missing components Jul 27, 2024
@dinacuatro
Copy link

I also have problem with OverlayBadge, it does not added to components.d.ts file.

@dflock
Copy link

dflock commented Aug 6, 2024

This is caused by the new PrimeVue v4 having come new/renamed components. However, it also has its own new resolver: https://primevue.org/autoimport/#unplugin - which should fix this.

@dinacuatro
Copy link

This is caused by the new PrimeVue v4 having come new/renamed components. However, it also has its own new resolver: https://primevue.org/autoimport/#unplugin - which should fix this.

Doesn't work for me neither.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants