xiaoluoboding / vue-sonner

🔔 An opinionated toast component for Vue.

Home Page:https://vue-sonner.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dynamic Positioning not working

franzwarning opened this issue · comments

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?

commented

Facing the same issue here!

commented

Same here +1

I have the same issue