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
Hello @Ed1ks. You have configured PrimeVue autoimport: false. Thats why the useToast() composable isn't working. I'm using primevue with the latest version of nuxt and have configured autoimport: true, and I don't have any problems with the toast composable
Hello @Ed1ks. You have configured PrimeVue autoimport: false. Thats why the useToast() composable isn't working. I'm using primevue with the latest version of nuxt and have configured autoimport: true, and I don't have any problems with the toast composable
yes! finally make it work~ need to configure autoimport to true.
New Issue created because the previous issue got closed unresolved with "Cannot replicate"
#6563
Please check reproducer
Describe the bug
After updating to Nuxt 3.13.2 the Toasts dont work anymore using useToast() composable from primvue/nuxt module.
In 3.13.1 it worked fine.
Reproducer
https://stackblitz.com/edit/nuxt-starter-nq7qcl?file=app.vue
PrimeVue version
4.2.1
Vue version
3.x
Language
TypeScript
Build / Runtime
Nuxt
Browser(s)
Edge, Stackblitz
Steps to reproduce the behavior
Expected behavior
A Toast
The text was updated successfully, but these errors were encountered: