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 32ed8c2 commit c17453fCopy full SHA for c17453f
packages/coreui-vue/src/components/table/CTableCaption.ts
@@ -2,7 +2,6 @@ import { defineComponent, h } from 'vue'
2
3
const CTableCaption = defineComponent({
4
name: 'CTableCaption',
5
- props: {},
6
setup(_, { slots }) {
7
return () => h('caption', {}, slots.default && slots.default())
8
},
0 commit comments