I'm having some issues getting my toasts to appear in the correct position on the screen.
They seem to be appearing inside or close to the Vue component that calls this.$toasted.global.myToastFunction(),
instead of the position ("bottom-center", "top-right") the toast is Vue.toasted.registered with.
What techniques can I use to surpass this problem?
Hey,
I'm having some issues getting my toasts to appear in the correct position on the screen. They seem to be appearing inside or close to the Vue component that calls
this.$toasted.global.myToastFunction()
, instead of theposition
("bottom-center", "top-right") the toast isVue.toasted.register
ed with.What techniques can I use to surpass this problem?