'How to make bootstrap-vue Toast component interpret HTML tag
I would like my toast to interpret HTML tags inside the message props and without having to call the toast from the template ,
For example :
this.$bvToast.toast('Lorem ipsum <b>dolor</b> sit amet', {
title: this.$t('assetView.toastTitle'),
autoHideDelay: 5000,
variant: 'danger',
appendToast: true,
toaster: 'b-toaster-bottom-right'
});
I couldn't find anything in the documentation .
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
