We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5a43b7 + cdfd390 commit 9b0f2e9Copy full SHA for 9b0f2e9
src/components/BToast/BToast.vue
@@ -22,7 +22,7 @@ import {BLINK_PROPS} from '../BLink/BLink.vue'
22
import {BodyProp} from './plugin'
23
24
export const SLOT_NAME_TOAST_TITLE = 'toast-title'
25
-const MIN_DURATION = 5000
+const MIN_DURATION = 1000
26
27
export default defineComponent({
28
name: 'BToast',
src/components/BToast/BToaster.vue
@@ -5,6 +5,7 @@
5
:id="toast.options.id"
6
:key="toast.options.id"
7
v-model="toast.options.value"
8
+ :delay="toast.options.delay"
9
:title="toast.content.title"
10
:body="toast.content.body"
11
:component="toast.content.body"
0 commit comments