Skip to content

Commit 21dfc79

Browse files
committed
fix: propagate delay as a component prop
1 parent e5a43b7 commit 21dfc79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/BToast/BToaster.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
:id="toast.options.id"
66
:key="toast.options.id"
77
v-model="toast.options.value"
8+
:delay="toast.options.delay"
89
:title="toast.content.title"
910
:body="toast.content.body"
1011
:component="toast.content.body"

0 commit comments

Comments
 (0)