bootstrap-vue-next: some problems with BToastPlugin
BToastPluginand ‘useToast’ not found.
However, you can do it with the following import
// ToastPlugin=BToastPlugin
// but 'useToast' not found.
import BootstrapVue3, {ToastPlugin} from 'bootstrap-vue-3'
or
import BToastPlugin, {useToast} from 'bootstrap-vue-3/src/components/BToast/plugin'
- toaster hides in fixed-top class
toaster z-index: 11
fixed-top z-index: 1030
see Bootstrap z-index
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Reactions: 1
- Comments: 25 (24 by maintainers)
Hi Comod , I have a fix coming soon with additional changes to the plugin and docs.