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

Commit

Permalink
#45 Add scoped slot support for tab-content
Browse files Browse the repository at this point in the history
  • Loading branch information
cristijora committed Sep 11, 2017
1 parent e611568 commit 8e37cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TabContent.vue
@@ -1,6 +1,6 @@
<template>
<div v-show="active" class="wizard-tab-container">
<slot>
<slot :active="active">
</slot>
</div>
</template>
Expand Down

0 comments on commit 8e37cfa

Please sign in to comment.