Skip to content

Commit c17453f

Browse files
committed
refactor(CTableCaption): remove empty props object
1 parent 32ed8c2 commit c17453f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/coreui-vue/src/components/table/CTableCaption.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { defineComponent, h } from 'vue'
22

33
const CTableCaption = defineComponent({
44
name: 'CTableCaption',
5-
props: {},
65
setup(_, { slots }) {
76
return () => h('caption', {}, slots.default && slots.default())
87
},

0 commit comments

Comments
 (0)