Skip to content

Commit cdfd390

Browse files
committed
refactor: change the min duration back to 1000ms
1 parent 21dfc79 commit cdfd390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/BToast/BToast.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import {BLINK_PROPS} from '../BLink/BLink.vue'
2222
import {BodyProp} from './plugin'
2323
2424
export const SLOT_NAME_TOAST_TITLE = 'toast-title'
25-
const MIN_DURATION = 5000
25+
const MIN_DURATION = 1000
2626
2727
export default defineComponent({
2828
name: 'BToast',

0 commit comments

Comments
 (0)