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 2127638 commit ecb8ca5Copy full SHA for ecb8ca5
app/components/Tab/Panel.vue
@@ -11,7 +11,7 @@ const getTabId = inject<(value: string) => string>('tabs-tab-id')
11
const getPanelId = inject<(value: string) => string>('tabs-panel-id')
12
13
if (!selected || !getTabId || !getPanelId) {
14
- throw new Error('TabItem must be used inside a TabRoot component')
+ throw new Error('TabPanel must be used inside a TabRoot component')
15
}
16
17
const isSelected = computed(() => selected.value === props.value)
0 commit comments