Toast notifications
The BToast
and container component BToaster
is used in conjunction to show Toast notifications. The idea is that there should only be one BToaster
in an app. A good place would be the App.vue root component. Then in any other part of the app call createTost
from the useToast
composable.