Add configurable toast
Add toast-content component to make the content more configurable and suitable for accepting HTML markup, not only text.
Thank you for pull request! I check this soon.
Thank you in advance for your feedback!
It was tested?
This part looks like incorrect.
And i dont understand than ToastContent better v-html.
If u want use custom toasts it incorrect implementation.
Yes, I use it in a project like that. It is not about better understanding but if you use v-html, the message will be inserted into a span tag but if you want to insert a markup and not only a plain text, another component is more useful. Of course, if you don't think it is useful, just leave it as it is. It is just a possibility ;)
But regarding the correctness: you were right that I accidentally ommitted the templating curly brackets from the message props, now it is fixed.