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
I tried using Scoped Tokens like shown in the doc, but it does not look like it should. I'm starting from the Aura preset.
It seems instead being applied only to the component linked with the :dt prop, the scoped tokens applies to every component iterations.
:dt
After copying the code example from the doc, I get something looking like the following
And here is what was expected (shown in the doc)
Tested with Nuxt latest version. Also tested with Vue with Vite latest version.
https://stackblitz.com/edit/primevue-4-ts-vite-issue-template-jk3u2x
4.2.3
4.x
TypeScript
Nuxt
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
I tried using Scoped Tokens like shown in the doc, but it does not look like it should.
I'm starting from the Aura preset.
It seems instead being applied only to the component linked with the
:dt
prop, the scoped tokens applies to every component iterations.After copying the code example from the doc, I get something looking like the following
And here is what was expected (shown in the doc)
Tested with Nuxt latest version.
Also tested with Vue with Vite latest version.
Reproducer
https://stackblitz.com/edit/primevue-4-ts-vite-issue-template-jk3u2x
PrimeVue version
4.2.3
Vue version
4.x
Language
TypeScript
Build / Runtime
Nuxt
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
The text was updated successfully, but these errors were encountered: