Skip to content

Commit 2538aec

Browse files
committed
Add tab-container class on tab-content
1 parent 079afdc commit 2538aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/TabContent.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div>
2+
<div v-if="active" class="tab-container">
33
<slot>
44
</slot>
55
</div>

0 commit comments

Comments
 (0)