mirror of
https://github.com/tenrok/vue-form-wizard.git
synced 2026-06-07 08:12:24 +03:00
#45 Add scoped slot support for tab-content
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div v-show="active" class="wizard-tab-container">
|
||||
<slot>
|
||||
<slot :active="active">
|
||||
</slot>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user