8000 refactor(CTableCaption): remove empty props object · coreui/coreui-vue@c17453f · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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)
0