You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: Nuxt-Primevue relies on PrimeVue v3.40.0+, and you might have issues with PrimeVue 3.35.0+ styling due to the breaking change related to this issue.
To use PrimeVue with Nuxt in previous versions, you can use the PrimeVue Vue plugin along with a Nuxt Client plugin. For example:
In your package.json, you'll want to make sure you have PrimeVue installed like "primevue": "~3.34.1" (and not "^3.34.1" if you don't want to include the breaking style changes).
Hope that helps someone else who came across this issue! (Unfortunately, PrimeVue documentation is not pinned to individual release versions other than major, so it's unclear what other changes there have been between 3.34 and the current version.)
The text was updated successfully, but these errors were encountered:
matthew-dean
changed the title
Note for Nuxt devs - use a different solution for PrimeVue < v3.40.0
Note for Nuxt devs for PrimeVue < v3.40.0
Feb 5, 2024
Note: Nuxt-Primevue relies on PrimeVue v3.40.0+, and you might have issues with PrimeVue 3.35.0+ styling due to the breaking change related to this issue.
To use PrimeVue with Nuxt in previous versions, you can use the PrimeVue Vue plugin along with a Nuxt Client plugin. For example:
In your
package.json
, you'll want to make sure you have PrimeVue installed like"primevue": "~3.34.1"
(and not "^3.34.1" if you don't want to include the breaking style changes).Hope that helps someone else who came across this issue! (Unfortunately, PrimeVue documentation is not pinned to individual release versions other than major, so it's unclear what other changes there have been between 3.34 and the current version.)
The text was updated successfully, but these errors were encountered: