Skip to content

Commit d9a5cde

Browse files
committed
fix(CTabContent): add valid name
1 parent 772cc79 commit d9a5cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/tabs/CTabContent.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { defineComponent, h } from 'vue'
22

33
const CTabContent = defineComponent({
4-
name: 'CNavGroupItems',
4+
name: 'CTabContent',
55
setup(_, { slots }) {
66
return () => h('div', { class: 'tab-content' }, slots.default && slots.default())
77
},

0 commit comments

Comments
 (0)