Closed
Description
So I'm trying so use a single alert component in a parent vue component. Children pass up messages, and the parent resets the content and show
value on the alert. I can't get the alert to re-show because the show
value in the parent isn't updated when using the countdown. I try updating the show value with the dismiss countdown event, but that doesn't work after I dismiss an alert.
https://jsfiddle.net/alexsasharegan/zrdur2cp/
- Try dropping a msg into the input, letting it self-dismiss. All good.
- Now try the other btn. Should be good.
- Now fire a btn and dismiss. Should close.
- Now fire another btn. DOA