2
0
mirror of https://github.com/tenrok/vue-form-wizard.git synced 2026-06-10 08:42:23 +03:00

Add name for WizardStep

This commit is contained in:
cristijora
2017-09-05 22:09:07 +03:00
parent 8351c622a7
commit 343daf187f
2 changed files with 13 additions and 18 deletions
+1
View File
@@ -34,6 +34,7 @@
</template>
<script>
export default {
name: 'wizard-step',
props: {
tab: {
type: Object,