form-wizard-vue3 icon indicating copy to clipboard operation
form-wizard-vue3 copied to clipboard

Creating tabs dynamically?

Open securitybryan opened this issue 2 years ago • 2 comments

Is it possible to dynamically create tabs? I have a wizard in Backbone I am moving to Vue 3 and need to create tabs on the fly depending upon the path the user selects.

securitybryan avatar Jun 19 '23 23:06 securitybryan

No, this is not possible on the native way. I tried it, and the form gets preloaded in the first place. Every TabComponent that is dynamically loaded gets pushed to the end.

g1ronn1mo avatar Jun 30 '23 08:06 g1ronn1mo

Thank you for letting me know. It is surprising how difficult it seems to be to get simple tabs working with Vue 3.

securitybryan avatar Jun 30 '23 16:06 securitybryan