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 8b57e4e commit 4e8c727Copy full SHA for 4e8c727
1 file changed
app/components/Tab/Panel.vue
@@ -21,7 +21,7 @@ const resolvedTabId = computed(() => getTabId(props.value))
21
22
<template>
23
<div
24
- v-show="isSelected"
+ v-if="isSelected"
25
:id="resolvedPanelId"
26
role="tabpanel"
27
:aria-labelledby="resolvedTabId"
0 commit comments