Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 8e37cfa

Browse files
committed
#45 Add scoped slot support for tab-content
1 parent e611568 commit 8e37cfa

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,6 +1,6 @@
11
<template>
22
<div v-show="active" class="wizard-tab-container">
3-
<slot>
3+
<slot :active="active">
44
</slot>
55
</div>
66
</template>

0 commit comments

Comments
 (0)