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.
1 parent 81e25af commit 6c85117Copy full SHA for 6c85117
packages/coreui-vue/src/components/toast/CToastClose.ts
@@ -36,7 +36,7 @@ const CToastClose = defineComponent({
36
handleClose()
37
},
38
39
- slots.default && slots.default(),
+ () => slots.default && slots.default(),
40
)
41
: h(CCloseButton, {
42
...props,
0 commit comments