Corey Vincent

Results 4 issues of Corey Vincent

Love the idea of this project. I see that this GitHub page says it's currently failing. But is this still maintained? If not, do you have suggestions for other projects...

## Versions "vue-toastification": "^2.0.0-rc.5" ## Describe the bug When the toast is called, it triggers the listener before the emission is sent from the component. ## Expected behavior Listener should...

Type: Bug

Styles don't seem to work. I've used the class attribute to add multiple classes. None of them show up. I would prefer this to having to use the style attribute...

Currently, I'm using SVG to show an icon. But it would be nice to be able to inject a component into the slot. Example: ```ts if (toast) toast('Blue', { duration:...

enhancement