caroso1222 / notyf

👻 A minimalistic, responsive, vanilla JavaScript library to show toast notifications.
https://carlosroso.com/notyf/
MIT License
2.66k stars 197 forks source link

I don't know how to properly set the position value on vue? #123

Open hecoco opened 2 years ago

hecoco commented 2 years ago

provide:()=>{ return { notyf:new Notyf({ duration:2000, ripple: true, position: { x:'center', y:'center', }, }) } }, This setting will not appear in the middle of the page how should i set

hecoco commented 2 years ago

@rnmp @miguelcobain @Strajk @stramel