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 e8fa88a commit 82e7583Copy full SHA for 82e7583
src/components/pagination/CPaginationItem.ts
@@ -59,7 +59,9 @@ const CPaginationItem = defineComponent({
59
component: component,
60
href: props.href,
61
},
62
- slots.default && slots.default(),
+ {
63
+ default: () => slots.default && slots.default(),
64
+ },
65
)
66
: h(component, { class: ['page-link'] }, slots.default && slots.default()),
67
0 commit comments