v-toaster
v-toaster copied to clipboard
Using html tags
I want to use tags inside the message. Like this
this.$toaster.add(Your <b>toaster</b> success message.`);
Can you help?