BinarCode / vue-form-wizard

Vue.js 2 wizard
https://binarcode.github.io/vue-form-wizard/#/
MIT License
1.11k stars 244 forks source link

Allow for non tab-content items in default slot #365

Open dtorres-sf opened 3 years ago

dtorres-sf commented 3 years ago

This addresses an issue when adding anything above tab-content items in the default slot.

Without this fix the tab order can get corrupted if dynamically adding or removing tab content components.