Pass data to Component in conditional rendered div
Hey, I am trying to make a "Toast" component which shows a little popup on the top left corner of the screen. The Popup itself appears but the 2 props I am passing are not getting rendered.
This is the whole Toast class:
And this is my v-if div:
this are my ref's which I am using for the data:
and this is how I call the toast:
3 Replies
this is what I am getting, clearly showing the props.text is not being shown and neither of the svg's are rendered
Bump
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View