You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What you want is possible with a custom component. See #248 for an example.
Addressing your proposed implementation, v-html is a dangerous directive, much more so when used in a third party library where end users should not care about implementation details. See #306 for a discussion that explains the issue in detail.
Detailed Description
Enable the ability to pass HTML as the toast content. Note that I am using Vue 3.
Context
I would like to include a link in the toast that the user can click.
Possible Implementation
Change {{ content }} to v-html="content" in VtToast.vue ?
The text was updated successfully, but these errors were encountered: