Skip to content

Commit

Permalink
Merge branch 'v3' into feature/useOverlayManager
Browse files Browse the repository at this point in the history
  • Loading branch information
genu authored Feb 20, 2025
2 parents f5cb93e + e8c7868 commit 7c3874d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/components/Toaster.vue
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ function getOffset(index: number) {
:key="toast.id"
ref="refs"
v-bind="omit(toast, ['id', 'close'])"
:close="toast.close"
:close="(toast.close as boolean)"
:data-expanded="expanded"
:data-front="!expanded && index === toasts.length - 1"
:style="{
Expand Down

0 comments on commit 7c3874d

Please sign in to comment.