-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Insert string with v-html #248
Comments
What you describe would be convenient. You may already be aware, but a workaround to get HTML into the toast is to use a component. Below is an example.
Then you can do custom HTML in your
I hope that helps. |
I've seen this, but in my case I have support for both toastr using vue and the version without vue, because on the system I work on, part is legacy, part is not. |
Hi, I did the tests following your suggestion and it worked. Thank you for your help! |
Please allow inserting plain html into the content, use v-html instead of plain text, to inject the content.
The text was updated successfully, but these errors were encountered: