xiaoluoboding / vue-sonner

🔔 An opinionated toast component for Vue.
https://vue-sonner.vercel.app
MIT License
803 stars 41 forks source link

Dynamic Positioning not working #64

Open franzwarning opened 4 months ago

franzwarning commented 4 months ago

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?

jesspinklet commented 4 months ago

Facing the same issue here!

EternalC0der commented 4 months ago

Same here +1

Mateleo commented 4 months ago

I have the same issue