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 079afdc commit 2538aecCopy full SHA for 2538aec
src/components/TabContent.vue
@@ -1,5 +1,5 @@
1
<template>
2
- <div>
+ <div v-if="active" class="tab-container">
3
<slot>
4
</slot>
5
</div>
0 commit comments