Closed codyfletcher closed 1 year ago
Did you use <Toast />
component in the template? Also, this issue is not related to nuxt-plugin. Because you said it doesn't work when you registered it manually.
Additionally, our showcase is a nuxt project and uses nuxt-primevue module. Please see; https://primevue.org/toast/
My bad, I forgot the <Toast />
tag. of course.
Thank you for the help! :)
No worries, thanks a lot for your update ;)
I can't seem to get toasts to work. I suspect it has to do with my own "skill debt", specifically relating to the ToastService (since other components that do not use services work great)!
Steps to reproduce:
Add this to app.vue
<script>
<template>
Attempt 2
Additionally, I tried creating a nuxt plugin for the
ToastService
to see if that might do the trick, but it didn't.—
Any help is greatly appreciated!