Gaurav
Issue: cannot add a custom plugin in nuxt
Hello
I was trying to learn custom plugins in nuxt, so I tried to crate a toast plugin which should have 2 functions like getToasts and addSuccessToast but I am not able to use in my nuxt app.
this is my
plugins/toast.ts
file
and just used $toast in vue component like
Can anyone guide me what I am missing?13 replies