vue-sonner
vue-sonner copied to clipboard
Dynamic Positioning not working
If I have a Toaster defined like:
<Toaster position="bottom-center" />
and I call
toast.success(
`Blah`, { position: 'top-center' }
)
Nothing shows up. But if I change the .success to bottom-center it works... any guidance?
Facing the same issue here!
Same here +1
I have the same issue