2
0
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:
cristijora
2017-09-11 18:01:31 +03:00
parent e61156840a
commit 8e37cfa15d
+1 -1
View File
@@ -1,6 +1,6 @@
<template>
<div v-show="active" class="wizard-tab-container">
<slot>
<slot :active="active">
</slot>
</div>
</template>