We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 772cc79 commit d9a5cdeCopy full SHA for d9a5cde
src/components/tabs/CTabContent.ts
@@ -1,7 +1,7 @@
1
import { defineComponent, h } from 'vue'
2
3
const CTabContent = defineComponent({
4
- name: 'CNavGroupItems',
+ name: 'CTabContent',
5
setup(_, { slots }) {
6
return () => h('div', { class: 'tab-content' }, slots.default && slots.default())
7
},
0 commit comments